我刚刚添加了我的 python 应用程序使用 openpyxl 将数据集写入 excel 文件的能力。显然 openpyxl 依赖于 et-xmlfile。我首先运行“setup.py sdist bdist_wheel”然后运行“pynsist installer.cfg”来创建我的应用程序的安装。我将 openpyxl==3.0.7 和 et-xmlfile=1.0.1 添加到 installer.cfg 文件的 [Include] 部分。
运行 pynsist 时出现以下错误。
文件“c:\users\vh942e\appdata\local\python\lib\site-packages\nsist\wheels.py”,第 150 行,在 get_from_pypi 中引发 NoWheelError('NoWheelError('No compatiblewheels found for {0.name} {0.版本}'.format(self)) nsist.wheels.NoWheelError: 找不到与 et-xmlfile 1.0.1 兼容的轮子
关于如何解决这个不兼容的车轮问题有什么想法吗?所有其他包含的库都可以工作。