-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Windows load error #7
Comments
The only thing I know how to do is shine the @jakevdp symbol. |
That's quite strange because |
I found out that the code worked with 2.7 but had the issue with Python 3.6. Have you guys solved the problem? |
@jakevdp @davidwhogg @ccjalal Solution:
=>
File projection.py, line 160 |
I get the following error on trying to run from windows and python 3.
Traceback (most recent call last):
File "cube_interactive.py", line 46, in
class Cube:
File "cube_interactive.py", line 77, in Cube
for theta in (np.pi / 2, -np.pi / 2)]
File "cube_interactive.py", line 77, in
for theta in (np.pi / 2, -np.pi / 2)]
NameError: name 'x' is not defined
The text was updated successfully, but these errors were encountered: