question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GLIBC version error in 0.55RC1 on AArch64

See original GitHub issue

Cross-post from https://numba.discourse.group/t/numba-0-55-0-rc1/1075/2?u=gmarkall for tracking

On a Jetson AGX Xavier (AArch64, Ubuntu 18.04), I create an environment with:

conda create -n testnumba055 python=3.9 numba::numba=0.55.0rc1 ipython

Then when running Numba in the environment I get:

(testnumba055) gmarkall@gm-agx:~$ python -c "import numba"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/__init__.py", line 38, in <module>
    from numba.core.decorators import (cfunc, generated_jit, jit, njit, stencil,
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/core/decorators.py", line 12, in <module>
    from numba.stencils.stencil import stencil
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/stencils/stencil.py", line 11, in <module>
    from numba.core import types, typing, utils, ir, config, ir_utils, registry
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/core/ir_utils.py", line 16, in <module>
    from numba.core.extending import _Intrinsic
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/core/extending.py", line 19, in <module>
    from numba.core.pythonapi import box, unbox, reflect, NativeValue  # noqa: F401
  File "/data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/core/pythonapi.py", line 12, in <module>
    from numba import _helperlib
ImportError: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /data/gmarkall/miniforge/envs/testnumba055/lib/python3.9/site-packages/numba/_helperlib.cpython-39-aarch64-linux-gnu.so)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
esccommented, Jan 13, 2022

@gmarkall the new docker container has been deployed to our anaconda internal build farm. Let’s keep this ticket open however, until a new 0.56.0dev0 becomes available and then we can test that.

0reactions
esccommented, Jan 18, 2022

@gmarkall excellent, thank you for following up!

Read more comments on GitHub >

github_iconTop Results From Across the Web

bind security update - Vulners
FC6] - rebuild with fixed glibc-kernheaders [30:9.3.2-26. ... fix version * Tue Aug 24 2004 Jason Vas Dias - Fix errors on clean...
Read more >
rpcbind security update - Oracle Linux Yum Server
We get this error: a non-existing plugin (printing) was specified in the command line As we don't need printing module anyways, just remove...
Read more >
tzdata enhancement update
This update is available via the Unbreakable Linux Network (ULN) and the ... GCC retpoline warning to an error for brew builds (Waiman...
Read more >
tzdata enhancement update
This update is available via the Unbreakable Linux Network (ULN) and the Oracle ... segfaults in error code path (reproducible PRErrorTableList corruption) ...
Read more >
Improve token-matching in tag autocomplete - Tropy/Tropy - IssueHint
GLIBC version error in 0.55RC1 on AArch64, 17, 2021-12-29, 2022-08-31. `set module` is not fully rolled back with compiled query, 1, 2022-03-11, 2022-08-12....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found