由于环境错误,无法安装程序包用户权限被拒绝

2024-10-03 21:36:56 发布

您现在位置:Python中文网/ 问答频道 /正文

我执行了以下步骤:

> 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'")]

我错过了什么

先谢谢你


Tags: installappspipgitbuildobjectsreqtmp