-
Notifications
You must be signed in to change notification settings - Fork 83
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
pip install problem with numpy #141
Comments
This might have to do with a generally out-dated setup file. Let me take a look. |
Could you please show me where this is happening, so that I can easily On Thu, Mar 17, 2016 at 12:01 PM, Oscar Esteban notifications@github.com
|
On OS X 10.5 I saw it happen with a fresh python 2.7 virtual env, here are the steps I took:
The pip install step does not appear to collect requirements. Also tested on Debian 8.3 with similar results:
Let me know if you need any additional information. |
I just hit the issue and I believe it is related to a "typo" in the version.py that causes some deeper modules to be loaded when reading the version and forcing a dependency on numpy before installing nitime:
Removing the above line should fix the dependency issue ( I believe the standard python |
Yes -- that makes perfect sense. Importing six from within nitime triggers the numpy import, which can't be completed. I'll take a look at the PR. |
@arokem, could you please make a PyPI release that includes the fix for this issue? |
Yes. Will do. Thanks for the reminder. |
OK - @mihaic : I've uploaded 0.7 to pip (things a bit slow up there, so far only a source tar file, but I am also trying to upload wheels) |
Thank you for the release. It really helps our project. |
Out of curiosity, what project is this, and how are you using nitime within it? I never know who is using this (and I am not really doing time-series analysis much these days, hence the relative silence here...). Thanks! |
It is an fMRI data simulator: |
This error happens with numpy installed. It also happens when building in readthedocs projects having nitime as a requirement and autodocs enabled.
The text was updated successfully, but these errors were encountered: