pycharm安装python所有的模块失败;错误:Try to run this command from the system terminal. Make sure that you use t

pycharm专业版 

Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'D:\PythoneWorkSpace1\Scripts\python.exe'.
Usage:   
  D:\PythoneWorkSpace1\Scripts\python.exe -m pip install [options] [package-index-options] ...
  D:\PythoneWorkSpace1\Scripts\python.exe -m pip install [options] -r [package-index-options] ...
  D:\PythoneWorkSpace1\Scripts\python.exe -m pip install [options] [-e] ...
  D:\PythoneWorkSpace1\Scripts\python.exe -m pip install [options] [-e] ...
  D:\PythoneWorkSpace1\Scripts\python.exe -m pip install [options] ...

no such option: --build-dir

这位仁兄说的pip问题;吧pip降级即可

python -m pip install pip==20.2.4在终端中使用对应的虚拟环境运行。

Python之完美解决pycharm安装python模块失败,pycharm第三方库在线安装pycharm还是报错——no such option: --build-dir|CSDN创作打卡_上火不找我的博客-CSDN博客_pychar 安装pip

pycharm安装python所有的模块失败;错误:Try to run this command from the system terminal. Make sure that you use t_第1张图片

 

你可能感兴趣的:(python,pycharm,开发语言)