-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py install doesn't work from github tarballs #95
Comments
I cannot reproduce this in a clean conda env, using:
The install command runs normally with output that starts with:
I'm not sure why you are getting this error, but it seems to be related to your (nersc?) environment:
Note that if I replace |
Another thing to keep in mind is that |
I have the same problem on my laptop, including the version you lists above with the conda environment. i.e. it isn't specific to NERSC or desiInstall. @dkirkby do you possibly have astropy_helpers pre-installed in your path somewhere else such that the install fails to grab it but it can proceed anyway? Note that there is a typo in your commands |
python setup.py install doesn't work from github tarballs, giving the following message:
When running from a git clone, it is able to automatically download astropy_helpers and install specsim without doing a global installation of astropy_helpers. It would be helpful if that would also work for the github tarballs.
In the meantime we've been doing "by-hand" installs from git clones at NERSC.
The text was updated successfully, but these errors were encountered: