Uninstall them
#!pip uninstall yfinance
#!pip uninstall pandas-datareader
Reinstall them
#!pip install yfinance --upgrade --no-cache-dir
#!pip install pandas-datareader
# If you do it in the jupyter notebook, it may not work
# Do them in command line.
No comments:
Post a Comment