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

后端 未结 10 1095
执笔经年
执笔经年 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 21:55

    Use the following command to upgrade pip, which has the bug fixed:

    python -m pip install --upgrade --force pip 
    

    It worked for me (centos 7, python 2.7).

    For more details: GitHub

提交回复
热议问题