Closed actongorton closed 6 years ago
urlparse
is one of the libraries that was restructured in the migration to Python 3, hence, that version of PyCam is only compatible with Python 2. You can try it with 2 but I suspect that it would still fail to run.
Alternatively, you could clone or download the latest code from here and follow the instructions in INSTALL.md. MacOS will still require that you use Python 2 though, due to the dependencies.
Can you check if this was fixed in commit 0cbd8b2596a9867c3e058198833c5d5d8be2dd2c, perhaps by testing the stable/0.6 branch?
I went through the log pycam/Utils/__ini__.py
. I am confident, that the above issue was fixed in 1e1af2bc2887d3e0c79435d1e1eb0eedb22976fe and 0cbd8b2596a9867c3e058198833c5d5d8be2dd2c.
Trying to run with Python 3 on MacOS Sierra (10.12.5) and PyCam v0.6.1