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