Python PIP 无法安装应用 - easyinstall 的锅
作者: xtlsoft     时间: 2017-04-23 08:00:03     分类: 旧稿

MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
 
在CentOS7下,一旦使用pip安装程序,就会出现这个错误。
非常郁闷,找了好多地方,最终确定是这个问题。
 
python -m pip install --upgrade --force pip && pip install setuptools==33.1.1
执行以后就正常了。
 
参考文献:https://m.th7.cn/show/48/201704/211248.html

评论

© xtlsoft 2016-2023