Open tomgutman opened 4 months ago
Hi,
It's due to the version of webcolors library, the conda recipe is not up to date with the latest release, Try to install it in your mamba env with pip from the setup.cfg recipe, mamba create -n vcf2circos python==3.10.13 mamba activate vcf2circos go inside the repository and pip install -e .
Best,
Jean-Baptiste
Hi,
I installed vcf2circos via mamba
mamba create --name vcf2circos -c bioconda vcf2circos
After loading the environement I got the following error :
Would you have a fix or a workaround using mamba ?
Thanks Tom