ImportError on CentOS 7
See original GitHub issueInstalled 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:
- Created 5 years ago
- Comments:9 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
I can probably just create a PR. Will the pipelines execute?