pip3: bad interpreter: No such file or directory

后端 未结 4 1360
予麋鹿
予麋鹿 2020-12-04 09:28

I am trying to install dependencies using pip3 command

current scenario:

Dev$ which python
/Users/Dev/anaconda/bin/python

Dev$ which py         


        
4条回答
  •  無奈伤痛
    2020-12-04 09:49

    sudo apt install python[2|3]-pip
    
    pip2 install ws4py==0.3.2
    

    I've faced the same situation, after above, my program working properly, Ubuntu 16.04.6 amd64

提交回复
热议问题