当我输入终端时:
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。
发布于 2019-12-20 16:13:07
根据此骑行-医生,如果它们不在windows上,则需要执行以下操作。
摘录自发行说明
注意:乘车-释放-注意事项中提到的安装过程只能在Windows上顺利运行。
对于其他操作系统,最好进行两步安装,包括:
pip install -U -r https://raw.githubusercontent.com/robotframework/RIDE/master/requirements.txt
pip install -U robotframework-ride注意:此问题已在发布 v1.7.4b2中修复,请阅读以下内容以获得安装建议。
https://stackoverflow.com/questions/59427855
复制相似问题