ImportError: No module named SkyNet

Issue #12 new
Former user created an issue

Dear Professor, I installed the program as explained in 'INSTALL' file, as well as added the lib to PYTHONPATH. When running the the python example files, it seems like python cannot find the module.

Your kind assistance or guidance would be much appreciated, so I could use SkyNet in my research.

Best

Comments (4)

  1. Pedro Espino

    Hi Jonas, I have a similar problem with the latest version after successfully installing on stampede2. I am able to install the library and run ‘make test’ which results in all tests passed. However, when trying to use SkyNet from within Python, I get the following error:
    ModuleNotFoundError: No module named 'SkyNet'

    I should say that on stampede2 only swig3 is available, but I also managed to successfully install on another machine with swig4, and am getting the same error. Any suggestions?

    best,

    Pedro

  2. Alon Granot

    Hello,

    I have the same issue after installing Skynet. I tried to run the movie example and got this message. (no module named SkyNet).

    Did anyone solve this?

    Thanks,

    Alon

  3. Melvin Storbacka

    I solved this by adding

    export PYTHONPATH=/home/usr/skynet_install/lib:$PYTHONPATH

    to my .bashrc file (but if you already did this I do not know how to help).

    Hope this help!

  4. Log in to comment