首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
pip install安装时出现 'module' object is not callable的解决方法
pip install安装时出现 'module' object is not callable的解决方法
mac
2025-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
转载请注明原文地址: https://mac.8miu.com/read-503433.html
最新回复
(
0
)