我需要帮助。
使用pip pip install pyinstaller安装pyinstaller时出错。我正在尝试安装pyinstaller,但每次都得到相同的错误。
错误:为pyinstaller构建轮子失败无法构建pyinstaller错误:无法为使用PEP 517的pyinstaller构建轮子,因此无法直接安装
任何帮助都将不胜感激。
发布于 2021-05-06 03:32:09
我也有同样的问题,但我使用了pip install pyinstaller==3.6,它工作起来没有任何问题。来自:https://github.com/pydata/bottleneck/issues/343
https://stackoverflow.com/questions/67405736
复制相似问题