pip install 报错 TypeError: 'module' object is not callable

Posted hangj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install 报错 TypeError: 'module' object is not callable相关的知识,希望对你有一定的参考价值。

$ pip install filetype
Traceback (most recent call last):
  File "/usr/local/bin/pip2", line 11, in <module>
    sys.exit(main())
TypeError: ‘module‘ object is not callable

绕过这一报错

$ python -m pip install filetype

参考链接
https://stackoverflow.com/questions/58451650/pip-no-longer-working-after-update-error-module-object-is-not-callable


以上是关于pip install 报错 TypeError: 'module' object is not callable的主要内容,如果未能解决你的问题,请参考以下文章

pip install PIL报错问题解决

pip install url安装报错,求解决办法

python 的pip install 安装包报错。

Python用pip install安装Scipy报错

pip install -U selenium 报错为啥呢?

python -m pip install --upgrade pip 更新一直报错