登录 注册
当前位置:主页 > 资源下载 > 2 > 针对win10系统,python pyinstaller3.4补丁修复了环境变量错误问题

针对win10系统,python pyinstaller3.4补丁修复了环境变量错误问题

  • 更新:2024-09-12 21:53:26
  • 大小:36KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:搜索引擎 - 人工智能
  • 格式:PY

资源介绍

Python3.7 在使用pyinstaller3.4打包发布可执行文件时报错:TypeError: expected str, bytes or os.PathLike object, not NoneType pyinstall。 下载后替换项目根目录下\venv\Lib\site-packages\PyInstaller\depend\bindepend.py这个文件即可。