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

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