-
Notifications
You must be signed in to change notification settings - Fork 148
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
I have a problem, which is beyond my ability, can you give me some ideas? #52
Comments
You have to create library to "fake" intel MKL. |
I also tried this method, it did not work. |
It does not only increase speed, I used it for Adobe software some time ago when I had same issue as you. |
Try compiling it to dylib: |
Can your Black Apple run this code? import matplotlib.pyplot as plt
xt, yt=1,2
plt.plot(xt,yt,'ro')
plt.show() |
https://gist.github.com/bebosudo/6f43dc6b4329c197f258f25cc69f0ec0 The code in this example also reports the same error |
I no longer use hackintosh, so I can't verify your problem. |
Well, but thank you anyway |
I was using matplotlib provided by anaconda, and it turned out to be the problem, I just uninstalled it. |
System: Big Sur 16.1
CPU: AMD 3600
Language: Python
When I use matplotlib, it reports Intel MKL ERROR. CPU 0 is not supported.
I applied the ryzen_patch patch, but it didn't work.
The text was updated successfully, but these errors were encountered: