0

I have tried the following code on the python IDLE:

import pip pip.main(["install","numpy"])

and the output I got is :

Collecting numpy Could not fetch URL https://pypi.python.org/simple/numpy/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) - skipping [31m Could not find a version that satisfies the requirement numpy (from versions: )[0m [31mNo matching distribution found for numpy[0m

I also have tried to use the "pip install numpy" but still not leading to any result.

kgf3JfUtW
  • 9,808
  • 7
  • 38
  • 61

2 Answers2

0

Take a look at the following post the user is having the same issues as you do:

Can't import Numpy in Python

And take a look over here:

pip issue installing almost any library

Sietse
  • 230
  • 1
  • 14
0

Try Downloading it Here it's suggested in Scientific Python Install Page

Kris
  • 39
  • 5