-
Notifications
You must be signed in to change notification settings - Fork 67
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
Errors trying to use logomaker #164
Comments
For the second issue, it looks like you want For the first, I'm not sure. I'd guess Python's MKL is conflicting with Julia's somehow. |
Return |
That works, thanks. The only remaining issue is MKL. Do you have any ideas about that? |
There's a warning on the MKL readme that it needs to be the first package loaded. Maybe it's that? Or maybe you need to make sure that Python is using the same version of MKL? Or just don't use MKL.jl like you suggested. I'm not sure. |
Ok I'll close this issue. |
I am trying to use the logomaker python package, https://logomaker.readthedocs.io/en/latest/examples.html.
I try this:
following the first example in the link above.
However this gives a series of errors.
First, the following line is printed multiple times:
Intel MKL ERROR: Parameter 11 was incorrect on entry to DGEEV.
. Not sure what that means.Second, I get the following explicit error:
The text was updated successfully, but these errors were encountered: