pip installation /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory

后端 未结 19 1121
再見小時候
再見小時候 2020-11-28 19:58

I don\'t know what\'s the deal but I am stuck following some stackoverflow solutions which gets nowhere. Can you please help me on this?

  Monas-MacBook-Pro:         


        
19条回答
  •  时光取名叫无心
    2020-11-28 20:31

    You could have two different versions of Python and pip.

    Try to:

    pip2 install --upgrade pip and then pip2 install -r requirements.txt

    Or pip3 if you are on newer Python version.

提交回复
热议问题