Can't load Python modules installed via pip from site-packages directory

后端 未结 5 600
遥遥无期
遥遥无期 2020-11-27 13:19

I am trying to install and use the Evernote module (https://github.com/evernote/evernote-sdk-python) . I ran pip install evernote and it says that the installat

5条回答
  •  伪装坚强ぢ
    2020-11-27 13:51

    Simply just type in terminal:

    sudo pip install pillow
    

    and type import (whatever you like) or type from (whatever you like) import (whatever you like).

提交回复
热议问题