-
-
Notifications
You must be signed in to change notification settings - Fork 778
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
Ep. 11: Issues with numpy #756
Comments
HI @dakane1 . It looks possible that the version/instance of Python you are running at the commandline does not have |
Hmm, yes it worked fine in Jupyter Notebook. I will do some testing to see what my command line is set to. Thanks for pointing me in a direction to investigate further :-). |
I think the second scenario that Lauren described is what is happening here: there is a good chance that you used system's Python when you tried executing the script with I think we should add a callout box the first time we try to execute a Python script. What do you all think? |
@maxim-belkin I think adding a callout box would be helpful to many users. |
I was attempting to teach episode 11 and ran into this error with: $ python ../code/readings_04.py --mean inflammation-01.csv and I get:
$python readings_04.py --mean ../data/inflammation-01.csv
Traceback (most recent call last):
File "readings_04.py", line 2, in
import numpy
ImportError: No module named numpy
I have googled and read stackoverflow but can't figure out what is going wrong...never seen this before.
The text was updated successfully, but these errors were encountered: