当前位置:   article > 正文

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: pip安装权限问题

error: could not install packages due to an oserror: [errno 13] permission d

1、问题描述:

在使用pip安装transformers时,报如下错误:

pip install transformers

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PyYAML-3.12-py3.6.egg-info/PKG-INFO'

Consider using the `--user` option or check the permissions.

2、解决方法:

在安装语句后面添加--user即可:

pip install transformer --user

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/654901
推荐阅读
相关标签
  

闽ICP备14008679号