I am unable to install numpy to my pycharm

It keeps throwing an error "make sure I use the correct version of pip for my python interpreter"
0

Hi, please try following this guide: https://intellij-support.jetbrains.com/hc/en-us/articles/360010202240

One more suggestion is to try updating pip with the following command:

> pip install -U pip

0

请先登录再写评论。