问题描述
在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包管理
安装时可参考官网: