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.

ImportError on CentOS 7

See original GitHub issue

Installed with:

pip3 install --user --upgrade orjson

Fails on import:

import orjson
ImportError: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/davidgaleano/.local/lib/python3.6/site-packages/orjson.cpython-36m-x86_64-linux-gnu.so)

The python version is 3.6.3, and the CentOS version is 7.4.1708.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ijlcommented, Dec 20, 2018

Ok, this needs https://github.com/rust-lang/rust/issues/56849, then can look into building Linux wheel using the manylinux1 container. https://github.com/PyO3/pyo3-pack/issues/47.

0reactions
pskopnikcommented, Feb 20, 2020

I can probably just create a PR. Will the pipelines execute?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3 on CentOS 7, "ImportError: No module ... - GitHub
Manually performing a yum install python34-requests before starting salt-master, however, leads to the ImportError not showing up. Probably just ...
Read more >
ImportError: libGL.so.1 on CentOS - Stack Overflow
When I sudo yum install mesa-libGL-devel it appears to install correctly, but when I added that to my dockerfile I get The command...
Read more >
build of python 3.10 on centos 7 results in ssl import error
Solved! The astute reader will notice that while I built the latest version of python3.10 2022-05-27 15:02, the version I was testing was ......
Read more >
Couchbase-3.1.0 on CentOS 7 ImportError: libcouchbase.so.7 ...
Couchbase-3.1.0 on CentOS 7 ImportError: libcouchbase.so.7: cannot open shared object file: No such file or directory.
Read more >
CentOS 7: Python2.7.5 got overwritten and can't use yum or ...
I was installing the Torque queue system onto my CentOS 7 server, ... to <prefix>[:<exec_prefix>] ImportError: No module named site.
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