Hi,
Firstly, thank you for the tool.
I have installed EmbedAnything with pip install embed_anything. Then I tried to run import embed_anything and faced this error:
ImportError: /usr/local/lib/python3.10/site-packages/embed_anything/embed_anything.cpython-310-x86_64-linux-gnu.so: undefined symbol: hgemm_
I tried it with Python versions 3.10.14 and 3.11.4.
Could you help me with it?
This is my full log for it:
root@x:/home/cavit/dev/EmbedAnything# python --version
Python 3.10.14
root@x:/home/cavit/dev/EmbedAnything# pip --version
pip 24.1.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)
root@x:/home/cavit/dev/EmbedAnything# pip freeze
embed_anything==0.1.18
intel-cmplr-lib-ur==2024.2.0
intel-openmp==2024.2.0
mkl==2024.2.0
tbb==2021.13.0
root@x:/home/cavit/dev/EmbedAnything# cat test.py
import embed_anything
root@x:/home/cavit/dev/EmbedAnything# python test.py
Traceback (most recent call last):
File "/home/cavit/dev/EmbedAnything/test.py", line 1, in
import embed_anything
File "/usr/local/lib/python3.10/site-packages/embed_anything/init.py", line 2, in
from .embed_anything import *
ImportError: /usr/local/lib/python3.10/site-packages/embed_anything/embed_anything.cpython-310-x86_64-linux-gnu.so: undefined symbol: hgemm_
Hi,
Firstly, thank you for the tool.
I have installed EmbedAnything with
pip install embed_anything. Then I tried to runimport embed_anythingand faced this error:ImportError: /usr/local/lib/python3.10/site-packages/embed_anything/embed_anything.cpython-310-x86_64-linux-gnu.so: undefined symbol: hgemm_I tried it with Python versions 3.10.14 and 3.11.4.
Could you help me with it?
This is my full log for it:
root@x:/home/cavit/dev/EmbedAnything# python --version
Python 3.10.14
root@x:/home/cavit/dev/EmbedAnything# pip --version
pip 24.1.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)
root@x:/home/cavit/dev/EmbedAnything# pip freeze
embed_anything==0.1.18
intel-cmplr-lib-ur==2024.2.0
intel-openmp==2024.2.0
mkl==2024.2.0
tbb==2021.13.0
root@x:/home/cavit/dev/EmbedAnything# cat test.py
import embed_anything
root@x:/home/cavit/dev/EmbedAnything# python test.py
Traceback (most recent call last):
File "/home/cavit/dev/EmbedAnything/test.py", line 1, in
import embed_anything
File "/usr/local/lib/python3.10/site-packages/embed_anything/init.py", line 2, in
from .embed_anything import *
ImportError: /usr/local/lib/python3.10/site-packages/embed_anything/embed_anything.cpython-310-x86_64-linux-gnu.so: undefined symbol: hgemm_