首页 > 解决方案 > 命令出错,退出状态为 1

问题描述

pip install robotframework-ride 不起作用并给了我这个,我已经在所有网站上敲了敲头,但仍然一无所获。我有最新的 windows、python3.9、wxpython、pygments、pypubsub 和 pywin32。

这是命令输出。

ERROR: Command errored out with exit status 1: 
'c:\users\hp\appdata\local\programs\python\python39\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\hp\\AppData\\Local\\Temp\\pip-install-c7obysw6\\wxpython_123f4114e462465480824b64d38d6dcd\\setup.py'"'"'; 
__file__='"'"'C:\\Users\\hp\\AppData\\Local\\Temp\\pip-install-c7obysw6\\wxpython_123f4114e462465480824b64d38d6dcd\\setup.py'"'"';
f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');
code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');
f.close();
exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\hp\AppData\Local\Temp\pip-record-206sitcp\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\hp\appdata\local\programs\python\python39\Include\wxPython'
Check the logs for full command output.

标签: python-3.xrobotframeworkrobotframework-ide

解决方案



推荐阅读