KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

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

  • cmccarthy1

    Member
    April 23, 2024 at 9:19 am

    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.


    • This reply was modified 4 months, 2 weeks ago by  cmccarthy1.