Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Python by (16.4k points)
edited by
To my Windows 10(64-bit) PC, I was trying to install numpy 1.11.2.

be that as it may, I have an issue bringing in it in python(version 2.7 64 bit), what steps should I follow. furthermore, in the event that a wheel must be introduced, at that point which version and how would I install it?

1 Answer

0 votes
by (26.4k points)

You can utilize the Anaconda distribution which accompanies numerous scientific packages preinstalled.

I am certain you attempted pip install numpy , an option is download numpy wheel from here

Then do,

pip install wheel

Looking for python tutorial? Come and join python training course to gain more knowledge on python.

Related questions

0 votes
1 answer
0 votes
2 answers
0 votes
4 answers
0 votes
1 answer
0 votes
1 answer

Browse Categories

...