quandl / quandl-python

MIT License
1.36k stars 336 forks source link

No module named 'quandl' #140

Closed cbt36594 closed 3 years ago

cbt36594 commented 4 years ago

I'm python 3.7 and I already install quandl but still can't import quandl can fix this problem?

TinusJ commented 4 years ago

Got the same issue on windows, on ubuntu it works

snehpatel3 commented 4 years ago

Hi there,

Apologies for the late reply.

Could you please help us by sharing information about your current environment (answering the questions below)? We are trying to reproduce your issues internally, without success (please see images attached).

-Which version of Windows are you using? -Which version of Python, 3.7? Is it 32-bit or 64-bit? -Can you provide a code snippet that you've tried? -How did you install our quandl api?

Please note, we currently don't have 3.7 outlined in our test suites or package metadata. However, we will be updating our dependencies shortly and intend to include Python 3.7 and 3.8 support as well.

Regards, Quandl Team

import

data

couture-ql commented 3 years ago

Closing due to lack of response.

'no module named' has come up before, but usually from those running Conda / Anaconda. So far we have been unable to reproduce the issue on Windows. We'd be happy to help if this continues to be a problem.

Rajat456 commented 3 years ago

I am using Python 3.8.1(64 bit) on windows 10 and facing the same issue

File "d:/Python/programs/DSAlgo/quandle_test.py", line 1, in import quandl ModuleNotFoundError: No module named 'quandl'

any suggestions??

mrrinaligupta commented 2 years ago

I'm facing the same issue while using Python 3.10 on windows. Does anyone know the reason?