Open YePererva opened 3 years ago
I'm having the exact same issue on my MAC. A fix would be greatly appreciated.
Hello @YePererva and @Jake-Goodall,
Sorry for late checking but thanks for contacting!! I'm now trying to reproduce the issue, tentatively installing ubuntu20.04 on a VM. I feel this might have been caused by your python version, which could be out of support in pysam and python-edlib. e.g. your python might be a newer one than the ones supported. conda, pysam, and python-elib are all supported by different teams; sometimes this kind of conflict happens.
Can I ask your python version?
python --version
Yoshinori
@yfukasawa, thank you for your responce!
I'm using Python 3.8.5 Is there any other info I should provide?
Hi @YePererva ,
Thank you for sharing python version. I've tried installation on VM using both python3.8 and python3.7, and I could reproduce the issue if I use python3.8. It seems that conda packages of pysam/python-edlib are not compatible with python3.8 yet (not checked their specs carefully, but at least I got the same error).
I'll slightly modify the docker image, but tentative suggestion would be downgrading of your conda python to 3.7 or lower version.
conda install python=3.7
then, install other dependencies.
Hope this helps. Yoshinori
Hi @yfukasawa
I was having the same error and found out that it is fixed with python 3.9
I built the following Docker image https://hub.docker.com/repository/docker/grpiccoli/longqc
The Dockerfile is here: https://github.com/grpiccoli/longqc.nf/blob/master/Dockerfile
Hi @grpiccoli,
Many thanks for checking with python 3.9! will update Dockerfile.
Best, Y.
No worries, thank you for this useful tool, I just updated the docker image in dockerhub to be compatible with singularity, nextflow, snakemake and it uses alpine image to save a little space. I'm updating dockerfile as well in case it might be useful Best G
Still getting this error when using file downloaded from the Releases. Has it been updated?
Hi @kim-fehl, thanks for a reminder! Updated the Dockerfile, and it should be available in 1.2.0c. Let me know if this doesn't work for you.
Hi @yfukasawa
I was having the same error and found out that it is fixed with python 3.9
I built the following Docker image https://hub.docker.com/repository/docker/grpiccoli/longqc
The Dockerfile is here: https://github.com/grpiccoli/longqc.nf/blob/master/Dockerfile
Hello could you please explain some details on how to run it with singularity, I pulled the docker image as a sif file...
Hello! I encountered several errors while installing. Please, help to solve it.
Steps to reproduce:
With manual installation:
This part works fine.
The error message for
pysam
is:The error message for
python-edlib
is:With DockerFile
It works. No error here.
And the last line raises an error with the following log:
Please, advise the fix.
System info: