Wiki import error

Issue #10 new
Tine Colman created an issue

In the getting started wiki it states you need to add the package to the python path with

export PYTHONPATH=$PYTHONPATH:/home/user/software/osiris

But this doesn’t work, python couldn’t find the module in my case. I’m not an expert on python packages but for some reason you can’t put the package directory directly in your path. I got it to import using the parent directory instead
export PYTHONPATH=$PYTHONPATH:/home/user/software/

Comments (2)

  1. Neil Vaytet repo owner

    Hi Tine, thanks for the feedback!
    I’ve actually moved the project to Github: https://github.com/nvaytet/osyris, and pip, so you can now install it via: pip install osyris (Note the name change from osiris to osyris because of a name clash)
    I’ve not had a chance to clean up the Bitbucket repo to point to the new location.

    Try simply to install via pip and let me know if you’re still having problems with paths.

  2. Log in to comment