cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.7k stars 206 forks source link

ModuleNotFoundError: No module named 'findatapy' #24

Open kinsonlam opened 6 years ago

kinsonlam commented 6 years ago

after install findatapy, i still can't run the line "from findatapy.market import Market, MarketDataRequest, MarketDataGenerator"

saeedamen commented 6 years ago

It means findatapy is not on your Python path

kinsonlam commented 6 years ago

i found the 'findatapy' path under my Python path, but dunno why it can't load up inside my jupyter notebook or PyCharm as well.