pip is error,TypeError: __call__() takes exactly 2 arguments (1 given)

后端 未结 10 1100
执笔经年
执笔经年 2020-12-07 21:41

system

  • centos 7.2
  • Python 2.7.5

install

I install webhook

pip install webhook
### but hava error,then
yum in         


        
10条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-07 22:16

    I applied the fix

    pip install setuptools==33.1.1

    and it solved the problem for OSX 10.10.5 (Yosemite)

提交回复
热议问题