Installed module using pip, not found

后端 未结 5 1053
暗喜
暗喜 2020-11-29 11:50

I am trying to install a package called \"simpleguitk\" via pip. (On Ubuntu 16.04 with Python 3.5)
After running

sudo -H pip3 install simpleguitk
         


        
5条回答
  •  北海茫月
    2020-11-29 12:12

    Make sure you're installing it for the version of python you're using, with

    /path/to/your/python -m pip install 
    

提交回复
热议问题