-
Notifications
You must be signed in to change notification settings - Fork 0
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
Could not load library edfapi
#16
Comments
That is weird. For fear of stating the obvious, have you verified that the edf library actually still exists at the location mentioned in the error? |
@grero Yes, it actually exists there. One possible reason is that I have updated the |
But as it is described in page 24 of the file |
Oh I see, that would be a problem then. I guess when compiling c-code, you only need the headers. However, the way I wrote the julia code, you do need the dylib. |
This error turns out to be related to the Julia version I used. It seems that the edfapi cannot be compiled in a macOS ARM system. Thanks again. |
Hi Roger,
I don't know when this begins to occur.
But I now encountered an 'could not load library' error, when I tries to use the library:
Any suggestions?
Thanks,
The version of Julia I used is
The text was updated successfully, but these errors were encountered: