1. 报错
ERROR: Could not install packages due to an OSError: [WinError 2] 系统找不到指定的文件。: 'C:\\Python310\\Scripts\\pyi-archive_viewer.exe' -> 'C:\\Python310\\Scripts\\pyi-archive_viewer.exe.deleteme'
2. 报错图片
3. 报错场景
- 安装 pyinstaller 的时候报错
4. 解决办法
- cmd
- 以管理员身份运行
- 安装 pyinstaller
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller
文章来源:https://www.toymoban.com/news/detail-653490.html
5. 安装成功查看版本
文章来源地址https://www.toymoban.com/news/detail-653490.html
到了这里,关于【Python问题解决】---- ERROR: Could not install packages due to an OSError: [WinError 2] 系统找不到指定的文件。的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!