quandle is not working
AttributeError: partially initialized module 'quandl' has no attribute 'get' (most likely due to a circular import)
i am having this isue pls address
in your windows write in the search bar on the left side ' Anaconda prompt ' and in anaconda/conda prompt write this shell code to install quandl 'conda install -c anaconda quandl
' or you can try ' pip install quandl ' you can check anaconda website to check what code to use to install each library check this link for quandl installation https://anaconda.org/anaconda/quandl
Hi Syed and Hagar!
Thanks for reaching out!
@Hagar: Thank you for sharing this solution with the Community!
@Syed: Hope Hagar's solution helps but please feel free to get back to us should you need further assistance. Thank you.
Kind regards,
Martin
Hello All,
I faced the same Problem please help this command that is ms Hager provided doesn't work with me.
@Martin_Ganchev
import quand1
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import quand1
ModuleNotFoundError: No module named 'quand1'
In [ ]: