当前位置: 首页 > 工具软件 > ExcelLibrary > 使用案例 >

已解决:RF安装excellibrary报错Could not find a version that satisfies the requirement robotframework-excel

姬念
2023-12-01

pip install robotframework-excellibrary,会报错:

加上后缀-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 依然会报错:

ERROR: Could not find a version that satisfies the requirement robotframework-excellibrary (from versions: 0.0.2)
ERROR: No matching distribution found for robotframework-excellibrary

1.首先先离线安装包,安装包解压文件放在 c:\python37\Lib\site-packages文件中

离线下载链接:robotframework-excellibrary · PyPI

已经修复安装报错:robotframework-excellibrary-0.0.2.zip-互联网文档类资源-CSDN下载

2.如下依次进行修改

2.1文件 setup.py

#execfile(join(dirname(file), ‘ExcelLibrary’, ‘version.py’))
exec(open(join(dirname(file<

 类似资料: