问题:install pip error UnicodeEncodeError: ascii code can't encode character \u258e

安装pip时编码错误

解决方案:更改python编码,

在python安装目录sit-packages文件夹里新增sitecustomize.py文件,添加代码如下:


安装pip时编码错误安装pip时编码错误

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-12-26
  • 2021-09-04
  • 2021-12-30
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案