pycharm安装库时:Try to run this command from the system terminal. Make sure that you use the...

今天打开pycharm想安装一个库,但是它总是安装不上,后来查找多种办法,原因是我的pip版本不兼容,解决办法如下:

1.输入python -m pip uninstall pip

pycharm安装库时:Try to run this command from the system terminal. Make sure that you use the..._第1张图片

2.pip list,将会看到你所有安装了的库

pycharm安装库时:Try to run this command from the system terminal. Make sure that you use the..._第2张图片

3.pip install 我想安装的库

pycharm安装库时:Try to run this command from the system terminal. Make sure that you use the..._第3张图片

最后就可以找见我安装的库了。

pycharm安装库时:Try to run this command from the system terminal. Make sure that you use the..._第4张图片 每次报错查找太麻烦了,所以在此记录一下,希望对大家有帮助。

你可能感兴趣的:(python,python)