Skip to content
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

Error on import with 0.2.0 #17

Closed
bjhardcastle opened this issue Sep 17, 2024 · 2 comments · Fixed by #24
Closed

Error on import with 0.2.0 #17

bjhardcastle opened this issue Sep 17, 2024 · 2 comments · Fixed by #24

Comments

@bjhardcastle
Copy link
Member

bjhardcastle commented Sep 17, 2024

"libwavpack.so.1: cannot open shared object file: No such file or directory"

  • happens in __init__.py on import in a Code Ocean capsule running 3.9, wavpack-numcodecs=0.2.0
@alejoe91
Copy link
Collaborator

On it! For the time being, can you revert to 0.1.5?

bjhardcastle added a commit to AllenInstitute/npc_ephys that referenced this issue Sep 17, 2024
@alejoe91 alejoe91 mentioned this issue Sep 25, 2024
@alejoe91
Copy link
Collaborator

@bjhardcastle now everything should work with version 0.2.1. Indeed there was a missing f-string in the runtime paths #18

This opened up a bigger issue. The shipped wavpack library needs to be compatible with the system glibc library. To support multiple systems, I now made an Action that builds wavpack against multiple ubuntu versions and automatically updates the binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants