On Mac OS, Python 3.6.2.
Successfully installed pip install finance-datareader but cannot import FinanceDataReader
In [1]: import FinanceDataReader as fdr
...:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-92b003391282> in <module>()
----> 1 import FinanceDataReader as fdr
ModuleNotFoundError: No module named 'FinanceDataReader'
On Mac OS, Python 3.6.2.
Successfully installed
pip install finance-datareaderbut cannot importFinanceDataReader