【发布时间】:2019-12-29 13:07:51
【问题描述】:
我使用windows 和python v3.8.1。我正在尝试installpyinstaller,但是当我输入时:
pip install pyinstaller
进入cmd shell,我得到这个错误信息:
Traceback (most recent call last): File "c:\program files\python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\program files\python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Program Files\Python38\Scripts\pip.exe\__main__.py", line 9, in <module> TypeError: 'module' object is not callable
【问题讨论】:
标签: windows python install pyinstaller cmd python python-3.x cmd installation pyinstaller