You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem? (Here is where you provide a complete Traceback.)
Following the instruction outline on the website for installing from source (running make develop in each of the recommended directories), but ran into a few hurdles that could be fixed to provide a smoother install experience.
Issues with the ofrak_patch_maker Makefile:
Copying toolchain.conf into the /etc/ directory requires root privileges.
Issues with the ofrak_core Makefile:
Uses NPM without checking if its installed.
Uses NPM packages without checking if they are installed.
Please provide some information about your environment.
At minimum we would like the following information on your platform and Python environment:
What is the problem? (Here is where you provide a complete Traceback.)
Following the instruction outline on the website for installing from source (running
make develop
in each of the recommended directories), but ran into a few hurdles that could be fixed to provide a smoother install experience.Issues with the ofrak_patch_maker Makefile:
Issues with the ofrak_core Makefile:
Please provide some information about your environment.
At minimum we would like the following information on your platform and Python environment:
python3 -m pip freeze
.If you've discovered it, what is the root cause of the problem?
Permission issues and packages missing.
How often does the issue happen?
On source install on fresh-ish installation of Ubuntu 20.04
What are the steps to reproduce the issue?
Install ubuntu -> follow steps outlined on website to install from source.
How would you implement this fix?
Here are some possible untested fixes for the ofrak_patch_maker and ofrak_core Makefiles:
Are there any (reasonable) alternative approaches?
Yes, many.
Are you interested in implementing it yourself?
Sure
The text was updated successfully, but these errors were encountered: