99网
您的当前位置:首页macOS无法使用pip安装python包 DEPRECATION

macOS无法使用pip安装python包 DEPRECATION

来源:99网

问题描述

在macos使用pip安装python包出现报错:

DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621

原因:pip团队停止维护homebrew源

解决

安装python3.10,并使用pip3进行python包管理

安装时可参考官网:

因篇幅问题不能全部显示,请点此查看更多更全内容