I have installed quandl via pip through Anaconda Prompt and everything seems good. But then, I can't use quandl on my PyCharm.
I have Python 3.
I have tried several solutions, but none seem to work.
However, quandl works fine in Spyder.
Any suggestion to make it work in PyCharm?
It's very weird because even if I just type import quandl
in PyCharm and run it, then I get the quandl has no get attribute
error!
Make sure
Pycharm
is using thePython interpreter
you installedquandl
on.In
Pycharm
theInterpreter Settings
are found under