quandl / quandl-python

MIT License
1.37k stars 336 forks source link

ImportError: No module named 'inflection #102

Closed johnhillescobar closed 6 years ago

johnhillescobar commented 6 years ago

Hi.

I tried to import quandl but I received this Traceback error: "ImportError: No module named 'inflection'" I reviewed your folder and found no file called inflection.py.

This is the message detail:

Traceback (most recent call last): File "<pyshell#41>", line 1, in import quandl File "C:\Python35\lib\site-packages\quandl__init__.py", line 7, in from .model.database import Database File "C:\Python35\lib\site-packages\quandl\model\database.py", line 11, in from quandl.connection import Connection File "C:\Python35\lib\site-packages\quandl\connection.py", line 5, in from .util import Util File "C:\Python\Python35\lib\site-packages\quandl\util.py", line 1, in from inflection import parameterize ImportError: No module named 'inflection

mbasset commented 6 years ago

Hi @johnhillescobar,

I am going to close this issue as you seem to have opened a duplicate.