Replies: 1 comment 3 replies
-
@Nir-Az You are missing newer libs that were used to compile bindings, try to build Python3.9 from sources (I assume this from error message). However, this might be tricky process as Ubuntu16 has reached end-of-support stage. You can also try updating the system to get newer GLIBC (I am not sure if 2.27 will be available for Ubuntu16):
There is also an option of getting them from sources, links: PS hello fellow Intel developer 👋 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I built a python wrapper using Ubuntu18, when I try to run it on Ubuntu16 I get this error:
Any idea how to make it work?
Thanks,
Nir
Beta Was this translation helpful? Give feedback.
All reactions