Python3.6.2使用pip安装包报错

查看:326
本文介绍了Python3.6.2使用pip安装包报错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问 题

Python3.6.2

创建虚拟环境
python -m venv venv
pip安装包时报错:
pip install flask
错误:

Exception:                                                                                        
Traceback (most recent call last):                                                                
  File "d:\python36-32\lib\site-packages\pip\basecommand.py", line 215, in main                   
    status = self.run(options, args)                                                              
  File "d:\python36-32\lib\site-packages\pip\commands\install.py", line 342, in run               
    prefix=options.prefix_path,                                                                   
  File "d:\python36-32\lib\site-packages\pip\req\req_set.py", line 784, in install                
    **kwargs                                                                                      
  File "d:\python36-32\lib\site-packages\pip\req\req_install.py", line 851, in install            
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)                              
  File "d:\python36-32\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files  
    isolated=self.isolated,                                                                       
  File "d:\python36-32\lib\site-packages\pip\wheel.py", line 247, in move_wheel_files             
    prefix=prefix,                                                                                
  File "d:\python36-32\lib\site-packages\pip\locations.py", line 141, in distutils_scheme         
    d.parse_config_files()                                                                        
  File "d:\python36-32\lib\distutils\dist.py", line 395, in parse_config_files                    
    parser.read(filename)                                                                         
  File "d:\python36-32\lib\configparser.py", line 697, in read                                    
    self._read(fp, filename)                                                                      
  File "d:\python36-32\lib\configparser.py", line 1015, in _read                                  
    for lineno, line in enumerate(fp, start=1):                                                   
UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 0: incomplete multibyte sequence

解决方案

自行参考尝试下,看能不能解决你的问题 ^_^

https://github.com/pypa/pip/i...
https://github.com/lord63/v2e...

这篇关于Python3.6.2使用pip安装包报错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆