Python3.7 在使用pyinstaller3.4打包发布可执行文件时报错:TypeError: expected str, bytes or os.PathLike object, not NoneType pyinstall。 下载后替换项目根目录下\venv\Lib\site-packages\PyInstaller\depend\bindepend.py这个文件即可。
2022-07-25 21:14:29 36KB python pyinst
1
pyinstaller打包使用的版本信息
2021-05-25 09:06:35 1KB pyinst python
1
File "C:\Users\qiyong.GWMFC\AppData\Local\Programs\Python\Python37-32\lib\ntpath.py", line 183, in split p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType 解决以上问题
2019-12-21 22:12:43 3.87MB python pyinst
1