当前位置: 首页 > news >正文

python库安装失败问题

pip install XXXX  报错信息如下

D:\Dev>pip install D:\Dev\robotlib-0.0.33.tar.gz
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\fs11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~%11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -11a3-package (d:\app\dev\python\lib\site-packages\~%11a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~-11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution - (d:\app\dev\python\lib\site-packages\~-11a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~.11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -11a3-package (d:\app\dev\python\lib\site-packages\~.11a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~011a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -011a3-package (d:\app\dev\python\lib\site-packages\~011a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~=11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -11a3-package (d:\app\dev\python\lib\site-packages\~=11a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~s11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -s11a3-package (d:\app\dev\python\lib\site-packages\~s11a3_package-1.3-py3.11.egg)
DEPRECATION: Loading egg at d:\app\dev\python\lib\site-packages\~~11a3_package-1.3-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
WARNING: Ignoring invalid distribution -11a3-package (d:\app\dev\python\lib\site-packages\~~11a3_package-1.3-py3.11.egg)
Processing d:\dev\robotlib-0.0.33.tar.gzInstalling build dependencies ... errorerro

http://www.mrgr.cn/news/25087.html

相关文章:

  • 使用阿里OCR身份证识别
  • 计算机网络(Hub 集线器、交换机、路由器)
  • 在对接电影票API时如何快速进行错误处理和调试
  • 情感支持与疏导:帮助自闭症家属走出困境
  • 组件的使用
  • 项目管理:如何确保目标的实现?
  • 关于项目中的内存问题、死锁问题如何定位?——Valgrind
  • 【工资计算 / 2】
  • Python爱心射线(完整代码)
  • GaussDB关键技术原理:高弹性(四)
  • 【C++】C++ STL探索:容器适配器 Stack 与 Queue 的使用及模拟实现
  • Debezium数据同步基础概论
  • QtC++截图支持获取鼠标光标
  • 120张网络安全等保拓扑大全,零基础入门到精通,收藏这一篇就够了
  • audio耳麦拔插显示图标逻辑
  • Android 12 Launcher3 去掉Hotseat
  • 计算机深度:AI Agent - 通往AGI的核心基础
  • 【React源码解析】深入剖析Scheduler源码
  • 【课程系列12】某客时间AI大模型微调训练营
  • 数据结构C //线性表(链表)ADT结构及相关函数