Mac环境pip install

简介: Mac环境pip install问题

Mac环境pip install报错,如下:
The directory '/Users/xxx/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.

OSError: [Errno 1] Operation not permitted

解决方案:--user
pip install nltk --user -U

目录
相关文章
|
2月前
|
存储 缓存 Linux
如何在Linux环境下对pip的缓存地址进行修改
如何在Linux环境下对pip的缓存地址进行修改
104 0
|
5月前
pip install --upgrade transformers
pip install --upgrade transformers
84 1
|
6月前
mac zsh: command not found: pip解决方法
mac zsh: command not found: pip解决方法
312 0
|
7月前
|
Java 关系型数据库 MySQL
mac,linux环境的基础工具安装【jdk,tomcat】
mac,linux环境的基础工具安装【jdk,tomcat】
95 1
|
7月前
|
Go iOS开发 MacOS
手把手教你在Mac上从零搭建Go语言开发环境
手把手教你在Mac上从零搭建Go语言开发环境
457 0
|
4月前
pip install -U weditor 安装报错 error: subprocess-exited-with-error
pip install -U weditor 安装报错 error: subprocess-exited-with-error
84 0
|
17天前
|
存储 Scala 索引
【零碎知识】pip install 与 conda install 的区别
【零碎知识】pip install 与 conda install 的区别
29 0
|
1月前
|
Java
Mac环境下反编译apk
Mac环境下反编译apk
23 0
|
2月前
QT 5.14.2版本 MAC环境安装部署流程
QT 5.14.2版本 MAC环境安装部署流程
|
2月前
|
iOS开发 MacOS Python
Mac安装pip报错的解决办法
Mac安装pip报错的解决办法