-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Module not building in Spyder interpreter, but fine in console #5582
Comments
@j-chacon hello :-p, try installing anaconda for current user and not all users. all users on windows has funny side effects! |
Sure thing Gracias monito! |
I've tried to re-install the whole Anaconda for a single user, and still I keep getting the same error... I even tried to downgrade it to the previous Spyder version, but still the same outcome occurs. Any ideas about this behaviour? |
This is probably related to #5299. |
Indeed, there seems to be an issue with pyximport in Spyder. I've followed the recommendations in #5299 and modified the |
Ok, thanks for the confirmation. That means we can close this one as a duplicate of #5299. We'll fix that problem in our 3.2.5 version. |
Hey all
I've been trying to load a library (pygeoprocessing) in the instance of IPython in Spyder, but it keeps showing me a building error.
ImportError: Building module pygeoprocessing.geoprocessing_core failed: ["CompileError: command 'C:\\\\ProgramData\\\\Anaconda2\\\\Scripts\\\\gcc.bat' failed with exit status 1\n"]
However, when I do the same in the console, using either Python or IPython, things work just fine.
I have checked the version of the interpreter in the preferences, and it is set to the correct version (the one I know it works).
Is there a bug that is causing this behaviour, or is there something I am missing to do or check perhaps?
Versions and main components
Dependencies
IPython >=4.0;<6.0: 5.4.1 (OK)
cython >=0.21 : 0.26.1 (OK)
jedi >=0.9.0 : 0.10.2 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
numpy >=1.7 : 1.13.3 (OK)
pandas >=0.13.1 : 0.20.3 (OK)
pycodestyle >=2.3 : 2.3.1 (OK)
pyflakes >=0.5.0 : 1.6.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
pylint >=0.25 : 1.7.4 (OK)
qtconsole >=4.2.0 : 4.3.1 (OK)
rope >=0.9.4 : 0.10.5 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
Thanks for your time!
The text was updated successfully, but these errors were encountered: