-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS M1 Chip EmptyDataError #1172
Comments
I upgraded to 0.1.86 which has this fix, but still getting the same error. Can someone else cross validate they're getting this same error with an M1 chip? |
Sorry, I assumed this was same issue as #1158 but I see the exception is different. Is ~/Library/Caches/py-yfinance/tkr-tz.csv actually empty? |
Hi, could you verify if this fork has the same issue on M1 chip? To install use:
Also you can do a |
Hey that did not fix the issue. Here are the requirements.txt files requirements_m1_fork.txt |
Ok, thanks You could try and remove it completely and see if it works. Also instead of using download try to access the history directly (should at least give a smaller traceback):
|
The issue was not related to M1 but an empty tz-cache file.
|
Strange! It works now when I ran that pip reinstall. I don't have this issue on Ubuntu or windows so I thought it was an M1 issue! Good to close thanks! |
Hi - is EmptyDataError a known issue when running
yf.download
on MacOS with an M1 chip? When I run the same command on Ubuntu with the exact samerequirements.txt
everything works as expected. I have confirmedpd.read_csv(<local_file>)
works without issue, so I don't think it's a pandas issue.On m1 chip
The text was updated successfully, but these errors were encountered: