problem with python 3.5.0

Oscar Benjamin oscar.j.benjamin at gmail.com
Sat Mar 19 02:14:32 EDT 2016


On 18 Mar 2016 17:42, "Mark Lawrence" <breamoreboy at yahoo.co.uk> wrote:
>
> On 18/03/2016 16:56, nasrin maarefi via Python-list wrote:
>>
>> HelloI installed the python 3.5.0(32bit) on 64bit win10 but I dont know
how to install numpy pakage  for this? I did not find something good on
internet. could you please guide me?where can I  find the suitable numpy
for that? and where is the path and pip and....?
>> best regards.
>>
>
> Download numpy-1.10.4+vanilla-cp35-none-win32.whl from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
>
> From cmd.exe run:-
>
> your\path\to\python3.5\scripts\pip install
where\you\put\numpy-1.10.4+vanilla-cp35-none-win32.whl
>
> If you like you could download numpy-1.11.0rc1+mkl-cp35-cp35m-win32.whl.
> I don't know when the full release of numpy1.11 is due out.

FTR "pip install numpy" should now work on Windows and OSX.

--
Oscar



More information about the Python-list mailing list