-
-
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
pyximport.install() in sitecustomize.py is not a good idea #5299
Milestone
Comments
How do you propose we fix this? |
Note to self: take a look at https://stackoverflow.com/questions/46422488/get-rid-of-pyximport |
This was referenced Oct 27, 2017
This was referenced Feb 2, 2018
Closed
This was referenced Mar 14, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of your problem
pyximport.install() in utils/site/sitecustomize.py causes errors when importing.
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Instead of importing example.so, it throws "Error compiling Cython file"
Please provide any additional information below
In general, it is misleading to have the pyximport hooked to import
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
IPython >=4.0;<6.0: 5.5.0 (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.1 (OK)
pandas >=0.13.1 : 0.20.3 (OK)
psutil >=0.3 : 5.3.1 (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.2 (OK)
qtconsole >=4.2.0 : 4.3.1 (OK)
rope >=0.9.4 : 0.10.7 (OK)
sphinx >=0.6.6 : 1.6.3 (OK)
sympy >=0.7.3 : None (NOK)
The text was updated successfully, but these errors were encountered: