pykx error when import

https://learninghub.kx.com/forums/topic/pykx-error-when-import

Hi guys,

 

I believe I’ve successfully installed pykx on my Linux server and no license error was thrown. However, I still got a weird error after loading init q code:

 

File “pykx/_wrappers.pyx”, line 499, in pykx._wrappers._factory
File “pykx/_wrappers.pyx”, line 492, in pykx._wrappers.factory
pykx.exceptions.QError: /home/user/anaconda3/envs/pykx/lib/python3.9/site-packages/pykx/lib/l64/pykx.so: cannot open shared object file: No such file or directory

 

so basically it says no pykx.so in that dir but there is one for sure as it’s the site-package folder installed by pip.

 

Has anyone encountered this and what does this exactly mean?

 

Thank you!