Quantcast
Channel: How can I install NumPy on Windows using 'pip install'? - Stack Overflow
Viewing all articles
Browse latest Browse all 9

Answer by Akhilesh Shukla for How can I install NumPy on Windows using 'pip install'?

$
0
0

Installing extension modules can be an issue with pip. This is why Conda exists. Conda is an open-source BSD-licensed cross-platform package manager. It can easily install NumPy.

Two options:

  • Install Anacondahere
  • Install Minicondahere and then go to a command line and type conda install numpy (make sure your PATH includes the location Conda was installed to).

Viewing all articles
Browse latest Browse all 9

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>