0
点赞
收藏
分享

微信扫一扫

将写的.py文件转换为应用文件遇到的问题与解决

云竹文斋 2022-02-23 阅读 65

pyinstaller使用遇到错误Error: import module or No module

原解决方法在这里:https://github.com/pyinstaller/pyinstaller/issues/3777
然后我参考了一下这个:https://blog.csdn.net/li123_123_/article/details/83381481

方法是这样的:


```python
pip install --force-reinstall --no-binary :all: pyinstaller

举报

相关推荐

0 条评论