quandl / quandl-python

MIT License
1.36k stars 336 forks source link

ImportError: No module named inflection #161

Closed sneddonisaac closed 3 years ago

sneddonisaac commented 3 years ago

Currently getting this whenever I try and run?

Traceback (most recent call last): File "/Users/isaac/Work/Code/new.py", line 3, in import quandl File "/Library/Python/2.7/site-packages/Quandl-3.5.2-py2.7.egg/quandl/init.py", line 7, in from .model.database import Database File "/Library/Python/2.7/site-packages/Quandl-3.5.2-py2.7.egg/quandl/model/database.py", line 5, in import quandl.model.dataset File "/Library/Python/2.7/site-packages/Quandl-3.5.2-py2.7.egg/quandl/model/dataset.py", line 1, in from quandl.operations.get import GetOperation File "/Library/Python/2.7/site-packages/Quandl-3.5.2-py2.7.egg/quandl/operations/get.py", line 1, in from inflection import singularize ImportError: No module named inflection

couture-ql commented 3 years ago

Hi there,

Quand 3.x series is only available for python 3. Please take a look at our deprecation notice and follow some notes for referring to 2.x.

If you are starting a new project we recommend you start with python 3. We also recommend you try to upgrade to python 3 as 2.7 has reached end-of-life; we no longer support it.

Installing our package is best handled through pip. It will help resolve all dependencies for your environment. We also recommend you setup virtual-env or pipenv to help avoid polluting your system.

couture-ql commented 3 years ago

If you're still having issues, please reach out to connect@quandl.com. Our support team will be glad to assist.