Home › Forums › PyKX › pykx error when import › Re: pykx error when import
-
1. Does the file definitely exist?
ls -l /home/user/anaconda3/envs/pykx/lib/python3.9/site-packages/pykx/lib/l64/pykx.so
2. Does forcing the package to reinstall help?
pip install –upgrade –force-reinstall pykx
3. Is the conda environment
pykx
activated when a) You ranpip install
? b) You startedpython
?4. When exactly do you get the error? Are you just starting
python
and runningimport pykx
?