-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failed to import the Zivid Python C-module - version `GLIBCXX_3.4.29' not found #155
Comments
Hi @thibaut-d ! As you see at the bottom of the zivid-python Readme we only officially support Ubuntu 18.04 and 20.04 (https://github.com/zivid/zivid-python#test-matrix), so unfortunately we don't have coverage for 21.10 in the CI system. Once 22.04 is out we will add official support for that. However, I am confident that it should be possible to get this working on Ubuntu 21.10, and I will do a little investigation to see how it can be done. In the meantime can you verify for me whether or not the Zivid Studio desktop application works on your system? |
Hi again! |
Thanks, I tested too with Anaconda Python 3.8 and 3.9, this does not change the issue. |
Is there some other logs I can provide ? |
I got it running using the system version of Python instead of Anaconda:
Not very clean but it solve the issue. |
Good, then we know it works with the system Python at least. We don't specifically support the Anaconda setup, so you are a bit on your own there, but I'm sure there is a way to make that work as well. I have one idea: Try uninstalling Zivid SDK and re-install using the 18.04 debs instead of the 20.04 debs. These will expect a different GLIBCXX version, and perhaps it will be the one that your Anaconda has. Another idea: Update to a newer gcc for building zivid-python. |
Also, if you are merely uncomfortable installing directly on the system python, you could always make a normal non-Anaconda venv, |
Hi,
The error arrise on the line:
Here are the versions:
The text was updated successfully, but these errors were encountered: