Closed jmcclena closed 3 years ago
Oh yeah, that's a semi-duplicate of #8, which I tried dealing with a bit in #9. I haven't yet had the time to continue on that track, but I guess I can try tackling it now.
To summarize what I can parse from the logs:
version
file does not get added to the package, this time in an .egg format (which I hadn't tested before);sudo python setup.py install
(and to be honest, that's usually a bad idea - instead of messing with your system's set of python libraries, it tends to be better to make a virtual environment or install it into user space; modern versions of pip do pip install --user
by default).That's certainly actionable :smile:
Oh yeah, @jmcclena, sorry - as a temporary measure, could you try using pip install --editable .
or python setup.py develop
instead? I should have suggested that in the first place, but got carried away thinking about permanent fixes.
@StanczakDominik python setup.py develop
seems to have worked. :)
Glad to hear that! :+1:
I get the following error trying to import aurora from python:
My attempt to install aurora is: