-
Notifications
You must be signed in to change notification settings - Fork 15
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
import error #64
Comments
How did you install numpy and yfc? |
you need to install numpy 1.26.4:
NumPy recently released version 2.0 that is not compatible with yfinance-cache. see this PR #66 @ValueRaider can you share the version of your environment? (Python, OS and maybe all dependencies) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exception has occurred: ValueError
numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
File "C:\Users\zt\project\testyfc\test.py", line 2, in
import yfinance_cache as yfc
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The text was updated successfully, but these errors were encountered: