我该如何解决Windows 10上的点子安装错误?

时间:2019-11-27 12:14:59

标签: python windows pip

我正在使用Python 3.7和Microsoft Visual Studio Code运行Windows 10。我想安装一些我下载的软件包(pysimplegui和psycopg2),但是每次我尝试安装时,在cmd中都会出现这样的错误。即使当我输入点子列表命令

Traceback (most recent call last):
  File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Program Files\Python37\Scripts\pip.exe\__main__.py", line 9, in <module>
TypeError: 'module' object is not callable

这些文件位于我的编程文件夹中,我也已将它们复制到脚本文件夹中,但无法正常工作。你能帮我么 ?提前感谢

1 个答案:

答案 0 :(得分:0)

尝试使用此代码     python3 -m pip安装library_you_want