How do I install NumPy under Windows 8.1 ?
Similar questions/answers on overflow
hasn't helped.
CodePudding user response:
Have you tried
python -m pip install numpy
and as you are using pyCharm you can go to:
- ctrl-alt-s
- click "project:projet name"
- click project interperter
- double click pip
- search numpy from the top bar
- click on numpy
- click install package button
and if it doesnt work : check this