我遇到了一个问题 × python setuppy bdist_wheel did not run successfully │ exit code 1 ╰─ 105 lines of output running bdist_wheel running build running build_py creating build creati
这个问题提示说在运行"python setup.py bdist_wheel"时出现了错误,返回了exit code 1,也就是运行失败。在输出信息中可以看到一些警告,包括一些文件没有被找到,以及"greenlet.platform"被识别为可导入的包,但没有被列在setuptools的配置中的警告。解决这个问题可能需要检查setup.py文件和setuptools的配置是否正确,以及检查是否有缺失的依赖包或文件。
原文地址: https://www.cveoy.top/t/topic/fZ2x 著作权归作者所有。请勿转载和采集!