简体   繁体   中英

How do I install numpy on windows python 3.4?

I have Python 3.4.3 on windows 8.1. I downloaded numpy to my downloads folder, unzipped it to downloads/numpy-1.9.1 and copied it to python34/lib and renamed it to numpy

Try pip. It can be installed with

easy_install pip

if you don't have it already. Then, it's just a matter of

pip install numpy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM