How can I add an unofficial library on pycharm?

Answered

Hi,

I'm having this issue where I try to add a library named 'pick' to PyCharm but, regardless of the fact that I'v already installed on the Anaconda prompt, the library won't show up and the IDE cannot resolve the reference. Can anyone help with this situation?  

0
2 comments

Most likely you using a different environment. When installing any package from Anaconda prompt or command line, it doesn't mean that it will appear in PyCharm.
Make sure you install it into the same interpreter.

Alternatively, one can use PyCharm's package management https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html

1
Avatar
Permanently deleted user

ok, thanks I've resolved the problem. Thanks for the help.

0

Please sign in to leave a comment.