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.

1
  • What does this have to do with Anaconda? Commented Oct 20, 2017 at 13:49

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.