How can I add an unofficial library on pycharm?
已回答
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?
请先登录再写评论。
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
ok, thanks I've resolved the problem. Thanks for the help.