当我尝试通过输入安装屏幕时,出现python -m pip install screen此错误:$ python -m pip install screenCollecting screen Using cached https://files.pythonhosted.org/packages/a4/d2/68dacd66f28618462650e475f29663eb1f97cecdc3cf8f0881e52f425a3a/screen-1.0.1.tar.gzBuilding wheels for collected packages: screen Running setup.py bdist_wheel for screen: started Running setup.py bdist_wheel for screen: finished with status 'error' Complete output from command C:\Users\MrGrimod\AppData\Local\Programs\Python\Python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\MrGrimod\\AppData\\Local\\Temp\\pip-install-z29mr6h3\\screen\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\MrGrimod\AppData\Local\Temp\pip-wheel-ia8iysps --python-tag cp36: running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\screen copying screen\compat.py -> build\lib.win-amd64-3.6\screen copying screen\old_str_util.py -> build\lib.win-amd64-3.6\screen copying screen\__init__.py -> build\lib.win-amd64-3.6\screen running build_ext building 'screen.str_util' extension creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\Release我已经成功安装了setuptool,但错误仍然存在。
添加回答
举报
0/150
提交
取消