-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problems installing NGSpeciesID #10
Comments
Hi @PKuperus, Thanks for reporting! The key line in the error message seems to be
You can install after installing I will in the meantime have a look at what makes Best, |
The I was also looking at more recent issues on the parasail repository, and observed this one: jeffdaily/parasail#87. Where it is suggested to run |
thank you! I will try now. ...ill start with sudo apt-get install build-essential |
great, I think "sudo apt-get install build-essential" worked...but still an error, as far as I understand the error...something with a incompatibl new version of pysam==0.15.2 pip install NGSpeciesID |
Ok good. Could you try removing the conda environment you previously set up for
|
The problem seems to be that you have some other program in your environment using a newer version of pysam. Creating a new environment in conda for NGSpeciesID and not installing any other software using pysam in this specific conda environment should hopefully fix this. |
Okay: conda create -n NGSpeciesID python=3.6 pip To bad! the pysam0.16.0.1 is still there error: |
Ok, I will look into this soon. Reading from the log, it seems that you have
|
Thank you so much for your help! ...and about the pysam0.16.0.1 thingy... kind regards, |
Hi,
We really would like to test and use your program, but we encounter some problems with installing it. It seems like the same problem that 2tony2 mentioned. So we tried his suggestion and installed (with sudo apt) m4, autoconf, automake, libtool. Unfortunately it still doesn't work.
We run it on ubuntu 20.05 (fully updated), with miniconda. Running on Win10-WSL.
Could you maybe help us out?
kind regards,
Peter
The error message is copy-pasted below:
The text was updated successfully, but these errors were encountered: