I am trying to use the pandas datareader.
To set up my environment, I used: pip3 install pandas_datareader --user
The file I want to run only has the import: import pandas_datareader.data as web
File output: RuntimeError: implement_array_function method already has a docstring
How can I fix this error? Pandas datareader works file on my local copy of python, so is something about pythonanywhere preventing the pandas datareader from working?
Thanks in advance.