由于EnvironmentError --user用户原因导致权限被拒绝,因此无法安装软件包

时间:2019-08-23 03:28:12

标签: python pip

我执行了以下步骤:

> git clone https://github.com/arzwa/wgd.git
> wgd
> pip install --user .
Processing /lustre/work-lustre/team/apps/wgd
Could not install packages due to an EnvironmentError: [('/lustre/work-lustre/team/apps/wgd/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.idx', '/tmp/pip-req-build-6pf0ie7x/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.idx', "[Errno 13] Permission denied: '/tmp/pip-req-build-6pf0ie7x/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.idx'"), ('/lustre/work-lustre/team/apps/wgd/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.pack', '/tmp/pip-req-build-6pf0ie7x/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.pack', "[Errno 13] Permission denied: '/tmp/pip-req-build-6pf0ie7x/.git/objects/pack/pack-fe9c4822bc9d5619c65d5b2af95948f607d4c961.pack'")]

我想念什么?

提前谢谢

0 个答案:

没有答案