I downloaded the binary file and all it does is open up PyCharm. How can I install? Many thanks.
Asked
Active
Viewed 4,482 times
2 Answers
1
I ran into the same problem. And I solved it like this: File/Default Settings...
Chose Default Project/Project Interpreter
Chose the version of Python you are working with from the popup menu Project Interpreter.
Below the list click on the '+' button. Find your way in the huge list of Packages available to find 'numpy' and install it.
There is probably another way to make it per project, but I assume that you want numpy in all project (it is my case).

Stephane Winnepenninckx
- 61
- 1
- 4