gpt4 book ai didi

python - pip安装matplotlib报错,error :/usr/local/man/man1/nosetests. 1: Permission denied

转载 作者:太空宇宙 更新时间:2023-11-03 14:24:23 25 4
gpt4 key购买 nike

我在尝试使用 Homebrew 软件安装 matplotlib 时遇到以下错误:

...[tons of output, then:]

running install_data

copying nosetests.1 -> /usr/local/man/man1

error: /usr/local/man/man1/nosetests.1: Permission denied

----------------------------------------
Cleaning up...
Command /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools, tokenize;__file__='/private/var/folders/ys/l1bnz3cx34z3h4mrkny947v40000gr/T/pip_build_schultzm/nose/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/ys/l1bnz3cx34z3h4mrkny947v40000gr/T/pip-xWlPBu-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /private/var/folders/ys/l1bnz3cx34z3h4mrkny947v40000gr/T/pip_build_schultzm/nose
Storing debug log for failure in /Users/schultzm/.pip/pip.log

我一直在寻找答案,找不到。但是,我通过执行以下操作解决了它(因此将其发布在这里供其他人使用):

sudo chmod 777 /usr/local/man/man1/

然后重新运行安装(即 pip install matplotlib),它运行良好。

最佳答案

sudo chmod 777 /usr/local/man/man1/

然后重新运行安装(即,pip install matplotlib)

解释:sudo 允许管理员权限(输入适当密码后允许“ super 用户”),chmod 允许管理员“更改文件模式”,'7' 表示(4[读] + 2[写] + 1 [execute]),第一个'7'表示'owner',第二个'7'表示'group',第三个'7'表示'others';因此将允许管理员权限,以便将所有者、组和其他人的文件模式更改为“rwx”。该命令的最后一部分是您想要 chmod 的文件。

关于python - pip安装matplotlib报错,error :/usr/local/man/man1/nosetests. 1: Permission denied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22753738/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com