python pyinstaller3.4 win10补丁修复环境变量错误
Python3.7 在使用pyinstaller3.4打包发布可执行文件时报错:TypeError: expected str, bytes or os.PathLike object, not NoneType pyinstall。 下载后替换项目根目录下\venv\Lib\site-packages\PyInstaller\depend\bindepend.py这个文件即可。
下载地址
用户评论