-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'distutils' after importing pandas-datareader #992
Comments
In the pandas_datareader/compat folder, edit the find the line (it's the first one): and replace with: On the
Replace
|
Or, a slightly easier fix, is to change
to
|
To clarify, this isn't a change to pandas-datareader (which doesn't have any results for |
Long fixed in main. Need a release to get it more widespread. |
Closed as fixed in main. |
I've already installed the pandas-datareader on my pycharm however whenever i try to import it i get the following error ModuleNotFoundError: No module named 'distutils'.
I also couldn't find this module 'distutils' on my pycharm. Any idea how to fix it?
The text was updated successfully, but these errors were encountered: