You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest version of pandas-datareader (0.10.0).
I recently updated to Python 3.10, and rebuilt my project's virtual environment form scratch (from its requirements.txt file).
When I run certain modules now, pandas-datareader now causes a DeprecationWarning ro print:
...\virtualenvs\xxx-venv\lib\site-packages\pandas_datareader\compat\__init__.py:11
...\virtualenvs\xxx-venv\lib\site-packages\pandas_datareader\compat\__init__.py:11: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
PANDAS_VERSION = LooseVersion(pd.__version__)
Is this a known issue? I searched this project for "DeprecationWarning" but did not find anything.
Is there a fix or workaround for this issue?
Or, does pandas-datareader need to be updated?
The text was updated successfully, but these errors were encountered:
@wolframarnold: thanks much for replying. I am thrilled that this issue has already been fixed. I will use the new version as soon as you release it, which will hopefully be soon now!
I heard the distutils is depreated and will be not used after 3.12 and I want to use pandas-datareader but i have a same problem with checking and using . Can't import the Package It is installed but it cant be run. When the merge can be in new release?
I am using the latest version of pandas-datareader (0.10.0).
I recently updated to Python 3.10, and rebuilt my project's virtual environment form scratch (from its requirements.txt file).
When I run certain modules now, pandas-datareader now causes a DeprecationWarning ro print:
Is this a known issue? I searched this project for "DeprecationWarning" but did not find anything.
Is there a fix or workaround for this issue?
Or, does pandas-datareader need to be updated?
The text was updated successfully, but these errors were encountered: