The directory ‘*‘ or its parent directory is not owned by the current user

python安装编译时出现如下错误

c++ 复制代码
The directory '/home/admin/.cache/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.
The directory '/home/admin/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
相关推荐
贝猫说python13 小时前
阿里云部署qwen 大模型从0-1,第3步:阿里云服务器上部署大模型
python
少陽君13 小时前
服务器服务检查报告
python
x秀x13 小时前
sam3新手使用教程
开发语言·python
Java后端的Ai之路13 小时前
大模型LLM评估完全指南
开发语言·人工智能·python·llm·评估
外收内放13 小时前
Python学习记录25(基础知识终结篇)
python·学习
别动我齐刘海14 小时前
ROS2 Jazzy + C++ 实战路线——基础学习1
c++·vscode·python·ubuntu·机器学习·自动驾驶·github
life码农14 小时前
python框架Flask多语言配置示例
python·flask
苏离~Hack14 小时前
SL-crawler:一个可视化配置的通用网页与 API 数据采集工具
python
小白学大数据14 小时前
Python 小工具实战:用问财接口搭建金融数据采集器
开发语言·人工智能·python
青少儿编程课堂14 小时前
多源最短路与最小环(Floyd 算法图论解析)
c++·python·算法·bfs·信息学竞赛