You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install gemseo, which has xxhash as a dependency. I am getting a problem at the runtime, and I am been researching quite heavily to resolve this without success. See below for the error message. Would appreciate any help.
Python 3.8.18 was installed with gcc 8.1. What is very confusing is that ldd on the _xxhash.cpython-38-x86_64-linux-gnu.so does not point to any intel library. FYI: We do have the intel libraries installed, and my LD_LIBRARY_PATH has the path to them.
I also tried via the tar ball with the same outcome.
Some google search suggest to link with the intel compiler, but I have not been able to see what flag specifies the linker itself.
Any idea for this behavior?
Also, I did not see any call to _intel_fast_memcpy in the xxhash source code...
thanks for your help!
import xxhash
Traceback (most recent call last):
File "", line 1, in
File "/test/Python-3.8.18/lib/python3.8/site-packages/xxhash/init.py", line 1, in
from ._xxhash import (
ImportError: /test/Python-3.8.18/lib/python3.8/site-packages/xxhash/_xxhash.cpython-38-x86_64-linux-gnu.so: undefined symbol: _intel_fast_memcpy
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am trying to install gemseo, which has xxhash as a dependency. I am getting a problem at the runtime, and I am been researching quite heavily to resolve this without success. See below for the error message. Would appreciate any help.
Python 3.8.18 was installed with gcc 8.1. What is very confusing is that ldd on the _xxhash.cpython-38-x86_64-linux-gnu.so does not point to any intel library. FYI: We do have the intel libraries installed, and my LD_LIBRARY_PATH has the path to them.
I also tried via the tar ball with the same outcome.
Some google search suggest to link with the intel compiler, but I have not been able to see what flag specifies the linker itself.
Any idea for this behavior?
Also, I did not see any call to _intel_fast_memcpy in the xxhash source code...
thanks for your help!
The text was updated successfully, but these errors were encountered: