pip安装库报错
Command "/usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_n06ot6b/orderedset/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-ot3zyewn-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_n06ot6b/orderedset/
解决:
yum install python3-devel
文章讲述了在使用pip安装库时遇到错误的情况,具体表现为命令行报错。解决方案是通过`yum`安装`python3-devel`来解决Python3.6的相关依赖问题。
1万+

被折叠的 条评论
为什么被折叠?



