-
Notifications
You must be signed in to change notification settings - Fork 8
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
pycodec2.cpython-39-x86_64-linux-gnu.so: undefined symbol: codec2_bytes_per_frame #30
Comments
I think there is an error in the latest version of the package because it works with the previous one: pip install pycodec2==2.1.0 |
Actually, you don't need Conda to get the error. Here is a very simple example in Google Colab: |
Thank you for raising the issue. Could you check the compatibility chart with your codec2 version (https://github.com/gregorias/pycodec2#codec-2-compatibility)? You might be using an older version of codec2, which is incompatible with the newest release. |
Closing as abandoned. Let me know if you find that compatibility wasn't the issue. It's fine to use 2.1.0 BTW, new Pycodec2 versions only change what Codec2 version they use. |
have the same issue, steps to reproduce in a fresh venv:
Feature request: probing for codec2 version and a better error message depending on whats broken/missing |
I investigated the wheel in question. It's faulty. It contains an old codec2 shared object. I intend to fix the distribution soon, which should resolve your immediate issue. Regarding messaging, there's not much I can do. Those errors are from the linking process over which I have no real control. Best approach is to educate future users on what that means and how to debug. |
I've released a fixed 3.0.1 version on PyPI. It should work now. PTAL |
Hello. Thank you for your work. Unfortunately I can't use the library.
Here is an error that I cannot resolve.
This is how I produced the error:
The text was updated successfully, but these errors were encountered: