【问题标题】:Command errored out with exit status 1命令出错,退出状态为 1
【发布时间】:2021-10-29 17:53:13
【问题描述】:

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.x robotframework robotframework-ide


【解决方案1】:

当前版本的 RIDE 不支持 Python 3.9。您需要按照https://github.com/robotframework/RIDE#welcome-to-the-development-version-of-ride---next-release-will-be-version-20 的README.adoc 中的说明安装开发版本

【讨论】:

    猜你喜欢
    • 2021-05-31
    • 2020-03-07
    • 2020-03-05
    • 1970-01-01
    • 2020-07-08
    • 1970-01-01
    • 1970-01-01
    • 2020-03-12
    相关资源
    最近更新 更多