Closed rsfutch77 closed 1 year ago
So I might have fixed it, but I haven't figured out how to build the whole Orange app yet to test it. My Orange python environment still gives me this error:
ModuleNotFoundError: No module named 'yfinance'
@rsfutch77, thank you for the contribution. It looks good and is working. So, I will merge the fix.
Probably, you got a ModuleNotFoundError
since the finance module was not installed. You should just call pip install -e .
in a directory with this module, and all required packages will be installed.
And sorry for delay with review.
Woohoo I just saw this in the release version! Thanks!
Issue
Yahoo Finance does not work (see #256)
Description of changes
import new yfinance module
Includes