Could not find a version that satisfies the requirement numpy == 1.9.3
Solution 1:
The current quandl
is more generous in its requirements:
https://pypi.python.org/pypi/Quandl
Requires Distributions
pandas (>=0.14)
numpy (>=1.8)
It's github
setup
is the same: https://github.com/quandl/quandl-python/blob/master/setup.py
Solution 2:
Just Install Python 3.5 or higher.
Solution 3:
Just use this command :
pip install pandas==0.19.0
.
An older version which will not cry with this error !!