When running setup.py : "no module named numpy" #819
Unanswered
windwhiterain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i clone the project, install -e it, this error occured. I found that "setup.py" imports "numpy" which can be not available. Though I have numpy installed in my default python environment which my pip runs with. How should I deal with this? Is that a good idea that use third party package in setup.py?
Beta Was this translation helpful? Give feedback.
All reactions