AttributeError: '_NamespacePath' object has no attribute 'sort'

解决方法

  • 步骤1. 重新安装setuptools模块
  • 步骤2. 重新安装pip模块

步骤1. 重新安装setuptools模块

[1]. 下载—–从pypi网站上下载setuptools的安装压缩包,点击跳转 / 点击直接下载zip包 
[2]. 解压—–使用unzip相关命令解压下载下来的zip安装包,当然也可以使用其他方式。 
[3]. 安装—–进入解压后的文件夹,查看当前目录下是否有名为setup.py的文件,使用python setup.py install命令完成setuptools的重新安装。

 

步骤2. 重新安装pip模块

安装完成好setuptools后就可以使用easy_install命令了,这样我们就可以重新安装pip了。使用如下命令安装easy_install pip安装完成后就可以正常的使用pip了。

你可能感兴趣的:(AttributeError: '_NamespacePath' object has no attribute 'sort')