pip install安装时出现 'module' object is not callable的解决方法

mac2025-05-31  33

pip install 的过程中出现了这个错误

Traceback(most recent call last): File"/home/hj/anaconda3/bin/pip", line 10 in <module> sys.exit(main()) Type error: 'module' object is not callable

解决方法有点玄学,参考链接,使用以下代码运行一次就可以正常运行了:

python -m pip
最新回复(0)