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

后端 未结 5 588
遥遥无期
遥遥无期 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:49

    None of this helped me with my similar problem. Instead, I had to fix the newly installed files permissions to be able to import. This is usually an obvious thing, but not so much when you use sudo when installing module/packages.

提交回复
热议问题