-
Notifications
You must be signed in to change notification settings - Fork 107
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
Snakemake issue with asyncio / python3.11 #497
Comments
I maintain a separate pangolin docker image here if you'd like to use it. It contains python 3.8.13 in the conda/micromamba environment https://github.com/StaPH-B/docker-builds/tree/master/pangolin/4.1.3 |
Thanks for the heads-up @abel-betraoui. With the pangolin docker image you mean the biocontainers ones at https://quay.io/repository/biocontainers/pangolin?tab=history? These are built from bioconda package builds of https://github.com/bioconda/bioconda-recipes/tree/master/recipes/pangolin and should currently use Python 3.8, too. |
I was thinking of the Dockerhub ones, built using the Dockerfile in this very repo.
And even though I couln't find how the base image continuumio/miniconda3:4.9.2-alpine is being built, I noticed a python version upgrade recently in it from 3.10.6 on the 2nd of november to 3.11.0 on the 7th of november |
Ah, I see. The biocontainers images have a rather big community and user-base so, personally, I would always prefer these. |
Hi all,
Snakemake is encountering this issue snakemake/snakemake#1952 which leads to this error when running pangolin:
The problem is only encountered with python3.11 but this can be a problem when using the pangolin docker image as there is no constraint on the python version when using base image continuumio/miniconda3:4.9.2-alpine.
Cheers
The text was updated successfully, but these errors were encountered: