Home › Forums › PyKX › Failed to Load KX Insights Core Library error when using pykx in q › Reply To: Failed to Load KX Insights Core Library error when using pykx in q
-
Hey,
The Insights Core Libraries are shipped with PyKX directly but should only be executable within a Linux x86 environment. If you set
export PYKX_DEBUG_INSIGHTS_LIBRARIES=true
that will provide information on exactly why the library wasn’t loaded. If possible providing the output (redacted if needed) of
python -c "import pykx;print(pykx.util.debug_environment())"
will provide us with information which should help us debug further.