-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named pysam #49
Comments
Sorry for the hassle. I agree we need to tag our releases in git, and will get this effected shortly. Re: pysam, if your system python has the same version of pysam (and other dependencies as in requirements.txt) then it should be fine. I haven't tested lmod thus far, but can do it next week. Did you create a virtualenv? It may be worth trying to do it via the virtualenv? |
Thanks for your prompt reply. Unfortunately we sort of prefer not to complicate our cluster environment by installing a virtualenv. I was initially using a slightly newer version of pysam (0.9.0), however, I have also tested with the version listed in the reqs. (0.8.2.1) without success. Looking forward to the results of your lmod test. |
Pysam 0.8.2.1 not working is weird. What is the OS on your cluster? I'll try to reproduce the issue on our end if possible. |
CentOS release 6.7 (Final) (we are definitely due for an upgrade!) |
Hi, Note: ensure that the install is pysam=0.8.2.1 or youll run into a string index error Best Marc |
I am attempting to install marginAlign into a cluster environment utilising the lmod modules system (so I suppose I am also echoing alanorth's request to please tag your releases in git).
I have satisfied each of the dependencies listed in the requirements.txt and am able to import them successfully into the system python.
However, running any of the executables results in an import error related to pysam:
Is there any other requirement related to pysam that needs to be satisfied in order to be able to run marginAlign against the system python?
The text was updated successfully, but these errors were encountered: