码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-06-15 14:04:47      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:obj   ref   lin   rac   ash   链接   most   绕过   class   

$ 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

标签:obj   ref   lin   rac   ash   链接   most   绕过   class   

原文地址:https://www.cnblogs.com/hangj/p/13130312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!