我无法在我的 Debian 上安装 Robotframework Ride



当我在终端中输入时:

sudo pip3 install robotframework-ride

我收到此错误:

Collecting robotframework-ride
Using cached https://files.pythonhosted.org/packages/4e/a6/1835a17fa566b19c166735a9a75d55101e53b68566771ddb0b690dd4be83/robotframework_ride-1.7.3.1-py2.py3-none-any.whl
Collecting robotframeworklexer (from robotframework-ride)
Downloading https://files.pythonhosted.org/packages/24/18/ad01d42227d824b890f1b4d32237e5003bf7afe8764cb13545fb63d7fcb5/robotframeworklexer-1.1-py3-none-any.whl
Collecting Pypubsub==3.3.0 (from robotframework-ride)
Using cached https://files.pythonhosted.org/packages/95/5a/1801be1a63af9250e79b8941a37b88e3ca0d660b880b9862fe9016ae6a3a/PyPubSub-3.3.0.zip
Collecting Pygments (from robotframework-ride)
Using cached https://files.pythonhosted.org/packages/be/39/32da3184734730c0e4d3fa3b2b5872104668ad6dc1b5a73d8e477e5fe967/Pygments-2.5.2-py2.py3-none-any.whl
Collecting robotframework (from robotframework-ride)
Using cached https://files.pythonhosted.org/packages/22/0f/1b9ffa0c4e59789b50e6034866e823b7d4a5c7eaedad7bfd0bba42f2aa9d/robotframework-3.1.2-py2.py3-none-any.whl
Collecting Pywin32 (from robotframework-ride)
Could not find a version that satisfies the requirement Pywin32 (from robotframework-ride) (from versions: )
No matching distribution found for Pywin32 (from robotframework-ride)

有人知道如何解决这个问题吗?我不明白为什么它告诉我当我在 Debian 上时它找不到 Pywin32。

根据这个 RIDE-doc,如果它们不在窗口上,则需要执行以下操作。

发行说明摘录

注:中提到的安装过程 RIDE-RELEASE-NOTES 仅在 Windows 上运行平稳。

对于其他操作系统,最好执行两步安装,包括:

pip install -U -r https://raw.githubusercontent.com/robotframework/RIDE/master/requirements.txt
pip install -U robotframework-ride

注意:此问题已在版本 v1.7.4b2 中修复,请阅读此版本以获取安装建议。

相关内容

  • 没有找到相关文章

最新更新