-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pyrfa looking for GLIBC_2.14 #28
Comments
What's the Python version you are using on RHEL6? Most likely, you are trying to use Pyrfa for Python2.7 with Python2.6 on RHEL6. You can download PyRFA for RHEL Python2.6 from https://pypi.python.org/packages/79/83/bb4efcec4b5f19e0a2868c66ed60eac537c887bfe5dc03542bd2c3484f0b/pyrfa-8.2.0-cp26-none-manylinux1_x86_64.whl |
I'm actually using python 2.7 and trying to install the latest 8.2 pyrfa version for python 2.7 like you mentioned. I included pip install details below. (myenv)topher@instance-1:$pip install pyrfa |
This happens when the application meant for running on RHEL 7 to be run on RHEL 6. So you can upgrade your GLIB to be 2.14 by download from http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.gz and build it. |
Hi,
Does pyrfa work on RHEL6 builds? Running ldd on the pyrfa.so yields the below:
./pyrfa.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./pyrfa.so)
The text was updated successfully, but these errors were encountered: