centOS 7+anaconda2+python 2.7 安装 seaborn报错 Building wheel for subprocess32 (setup.py) ... error

报错信息:其实一大串,我选了最后一段
ERROR: Command errored out with exit status 1: /root/anaconda2/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3wOYkT/subprocess32/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3wOYkT/subprocess32/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-soIQVm/install-record.txt --single-version-externally-managed --compile --install-headers /root/anaconda2/include/python2.7/subprocess32 Check the logs for full command output.

解决方法:
运行:yum groupinstall "Development Tools"
然后重新pip install seaborn

你可能感兴趣的:(centOS 7+anaconda2+python 2.7 安装 seaborn报错 Building wheel for subprocess32 (setup.py) ... error)