Open kirilledelman opened 6 years ago
Hey, cool that you're looking to run from source!
Sorry the wiki instructions aren't working quite right. I need to add a disclaimer that with everyone's different system configurations it's always possible that stuff doesn't work.
My guess is that actually the whole virtual environments thing didn't take (for whatever reason) and therefore libArcus is built for Python 2.7 instead of 3.6.4.
So I would review those steps actually. Also, did you run workon [virtualenv name]
before building libArcus to ensure it's built for the right version?
@ianpaschal Thanks for your reply. To be honest, I was looking to run from source because I couldn't get it to compile: https://github.com/Ultimaker/cura-build/issues/176
I did run workon Python_3.6.4-PyQt_5.8.2
before Arcus, and remember that name becoming part of the prompt for the duration of the process.
To run Cura I always need to provide a PYTHONPATH that contains the dependencies. I run it like this:
PYTHONPATH=~/Projects/Uranium:~/dev/inst/lib/python3/dist-packages python3 ~/Projects/Cura/cura_app.py
The UM.Application
module is located in the ~/Projects/Uranium
folder and Arcus
is located in the ~/dev/inst/lib/python3/dist-packages
folder. Maybe you could try pointing Python at where it can locate your dependencies?
I've put these dependencies in a shell script for ease of use.
Hello This likely much out of date. Can this be closed?
Tried running Cura from source by following instructions exactly in https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-macOS
first run got
Looks like the instructions to make python 3.6.4 default didn't take. Running
I followed setup directions exactly, and got no errors up to this point.