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

Tensorflowlite broken - expects GLIBC_2_29 #155

Open
psychemedia opened this issue Apr 22, 2021 · 0 comments
Open

Tensorflowlite broken - expects GLIBC_2_29 #155

psychemedia opened this issue Apr 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@psychemedia
Copy link
Contributor

psychemedia commented Apr 22, 2021

Seems that the tensorflowlite packge is updates and expects a more recent (Linux 20.x) default GLIBC package.

As a hack fix, I grabbed the tensorflowlite files out of the 20J container (zip -r tflite-old.zip /srv/conda/envs/notebook/lib/python3.7/site-packages/tflite_runtime*), uploaded that to the production/ folder here, and then see if we can get away with pretending it's a locally installed Py3.8 package?

!wget https://github.com/innovationOUtside/tm129-robotics2020/raw/master/production/tflite-old.zip
!mkdir -p /home/jovyan/.local/lib/python3.8/site-packages
!unzip tflite-old.zip -d ~/.local/lib/python3.8/site-packages
@psychemedia psychemedia added the bug Something isn't working label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant