安装环境
操作系统:WIN7
python版本:3.8.5
问题描述
离线安装pip失败,报gbk‘ codec can‘t encode character.......
解决方案
添加环境变量
PYTHONUTF8=1
参考链接:1. Command line and environment — Python 3.10.5 documentation
操作系统:WIN7
python版本:3.8.5
离线安装pip失败,报gbk‘ codec can‘t encode character.......
添加环境变量
PYTHONUTF8=1
参考链接:1. Command line and environment — Python 3.10.5 documentation