Ubuntu pip 安装 ImportError: module 'setuptools.dist' has no attribute 'check_specifier'

在ubuntu 16.04 环境下使用pip3 下载pyhdfs 报错

此前安装其他模块一直没有问题

pip3 install pyhdfs 

ImportError: module 'setuptools.dist' has no attribute 'check_specifier'

使用 pip install --upgrade setuptools==30.1.0 成功解决

你可能感兴趣的:(python,ubuntu,pip)