Skip to content
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

numpy not found #2

Closed
errotu opened this issue Aug 19, 2021 · 1 comment
Closed

numpy not found #2

errotu opened this issue Aug 19, 2021 · 1 comment

Comments

@errotu
Copy link

errotu commented Aug 19, 2021

Thank you for this interesting demonstration!

When I tried it on Ubuntu 21.04, I received the following error:

Traceback (most recent call last):
File "collide.py", line 3, in
import numpy as np
ImportError: No module named numpy

It worked like a charm when I used "python3" instead of simply "python" as command. Maybe that's an interesting advice for the readme.

@anishathalye
Copy link
Owner

I think this has to do with your particular Python environment setup. There are many ways people set up Python envs: virtualenv, conda, ..., so I'd prefer not to add instructions related to this in the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants