I installed yfinance in Anaconda Prompt (on Windows 10): pip install yfinance --user.
I got the message :
WARNING: The script sample.exe is installed in 'C:\Users\joseph\AppData\Roaming\Python\Python37\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
I added the path C:\Users\joseph\AppData\Roaming\Python\Python37\Scripts to Path in System variables.
But I'm still getting an error message when importing yfinance in Python (Spyder 3.7):
ìmport yfinance
ModuleNotFoundError: No module named 'yfinance'
