AIcomes 发表于 2018-10-18 10:07:40

_NamespacePath' object has no attribute 'sort'

在网上查找了一番,问题主要出在ubuntu的pip3上.准备手动重装pip3.解决方法如下:
一 安装setuptools模块
#先卸载系统的pip3
sudo apt install python3-pip
#打开https://pypi.org/project/setuptools/#files,下载setuptools包,解压后进入setuptools-40.4.3文件下开始安装
sudo python3 setup.py install
二 安装pip3
#打开https://pypi.org/project/pip/#files,下载pip3,解压后进入pip-18.1文件下开始安装
sudo python3 setup.py install
#重新安装python3-wheel
sudo pip3 install python3-wheel


shaoheshaohe 发表于 2018-11-16 22:05:25

pip3也会对系统
产生影响?

这个bug,解决起来,
有点难度啊
页: [1]
查看完整版本: _NamespacePath' object has no attribute 'sort'