-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I tested this against GMSEC_API 5.2 on a UBI-8 minimal image. I get the following error when trying to import libgmsec_python3. I built 5.2 from source on a system that doesn't have Python 3.6 and I was then able to use the Python3 bindings without the Python 3.6 dependencies.
Python 3.10.13 (main, Feb 12 2024, 22:45:22) [GCC 8.5.0 20210514 (Red Hat 8.5.0-20)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libgmsec_python3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/GMSEC/GMSEC_API/bin/lib/GMSECAPI5/libgmsec_python3.py", line 12, in <module>
import _libgmsec_python3
ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
Metadata
Metadata
Assignees
Labels
No labels