Reputation: 585
No module named Quandl in my Python version 2.7 please help.
Quandl
2.7
How do i fix this issue even I can see this in my pip list Quandl is there.
Upvotes: 0
Views: 1277
Reputation: 56
Try using import quandl, per the Quandl python docs.
import quandl
Upvotes: 1