pydata / pandas-datareader

Extract data from a wide range of Internet sources into a pandas DataFrame.
https://pydata.github.io/pandas-datareader/stable/index.html
Other
2.95k stars 681 forks source link

AttributeError: module 'configparser' has no attribute 'SafeConfigParser' #983

Closed Hattiepi808 closed 1 year ago

Hattiepi808 commented 1 year ago

Getting same error when trying to install spylon-kernel - trying to run on Windows 11. Getting requirements to build wheel error at the top.

image

Where can I find documentation to fix this?

Hattiepi808 commented 1 year ago

I tried installing the wheel ,upgrading pip and, upgrading setuptools and now I am getting the original error:

image

Hattiepi808 commented 1 year ago

If anyone runs into the same errors try running the pip install spylon-kernel in the Anaconda Shell - I got it to work that way.