[Tutor] Installing python and numpy on the Mac (OSX)

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Sun Dec 24 11:42:17 EST 2017


See Anaconda, a py dist packed with sci modules. Comes bundled with lots of
goodies !

Abdur-Rahmaan Janhangeer,
Mauritius
abdurrahmaanjanhangeer.wordpress.com

On 23 Dec 2017 12:45, "Peter Hodges" <designx1000 at gmail.com> wrote:

> Hi. I downloaded Python 3.6 from the python site, then followed online
> directions for pip to install numpy (in users? —user was in the example).
> When I start IDLE in the Python 3.6 in Applications and then type import
> numpy as np I get the following:
> import numpy as np
> Traceback (most recent call last):
>   File "<pyshell#0>", line 1, in <module>
>     import numpy as np
> ModuleNotFoundError: No module named ‘numpy'
>
> Does this mean I need to set the $PATH with some new pathname?
> Or move the numpy directory into the python 3.6 directory?
> Or?
>
> Thanks for any help,
> Peter
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list