Skip to content

GLIBC not found -- python module #62

@noajshu

Description

@noajshu

GLIBC_2.38 not found
I am trying to install tesseract python module in a colab, and get this error:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
[/tmp/ipython-input-2523524900.py](https://localhost:8080/#) in <cell line: 0>()
----> 1 import tesseract_decoder
      2 

ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /usr/local/lib/python3.11/dist-packages/tesseract_decoder.so)

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions