KX Community

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

Home Forums PyKX pykx error when import Re: pykx error when import

  • rocuinneagain

    Member
    May 24, 2023 at 12:00 am

    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 ran pip install? b) You started python?

    4. When exactly do you get the error? Are you just starting python and running import pykx?