-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Getting a numpy import error when numpy is installed #11
Comments
Sorry, accidentally submitted before filling this out. I'm getting this error on windows 10, python 3.5. when I try to run the ball balancing example project. I initially thought it was because I had the wrong version of numpy installed, but I reverted to 1.11.0, and it's still throwing the issue. Any thoughts on what might be up? |
For reference:
|
I think there is something wrong with jupyter, not python.
Let us know if you find a solution, we are interested in knowing about this issue. |
The tensorflowcpu environment is made using anaconda, to try to simplify things. I definitely launched jupyter notebook from within the same environment. I'll try setting things up outside of anaconda as well, and see if I have any more luck. mporting numpy in python seems to work (or at least throws no errors. The kernel.json file shows
Which looks correct to me, since I'm trying to use python 3.5. Anything else I should check? Thanks! |
Ah, interesting! Doing it outside of anaconda seems to have fixed the issue. Weird. Thank you for your help! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.
The text was updated successfully, but these errors were encountered: