系统相关
首页 > 系统相关> > ubuntu pip 安装本地库,报错 Storing debug log for failure in /tmp/tmp5qtn2U

ubuntu pip 安装本地库,报错 Storing debug log for failure in /tmp/tmp5qtn2U

作者:互联网

Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-c34xRZ-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-e6oiQb-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-c34xRZ-build
Storing debug log for failure in /tmp/tmp5qtn2U

我的解决方案是将权限提升至root

由之前的pip install * 换成sudo pip install * 这样就没问题了

标签:tmp,Storing,file,__,record,报错,install,pip
来源: https://blog.csdn.net/shunzi2016/article/details/104842755