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