-
Notifications
You must be signed in to change notification settings - Fork 561
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
Problem with install/dependencies of snakemake #1899
Comments
I don't know if this is going to help:
If I
Could it be the shift from tabulet 0.8 to 0.9? |
YES, CONFIRMED : it is an incompatibility of dependencies. Downgrading tabluate fixes the problem: mamba install 'tabulate=0.8.10' |
See details in [snakemake issue 1899](snakemake/snakemake#1899): tabulate 0.9 reproducibly crashes snakemake with an error: ```text AttributeError: 'str' object has no attribute 'name' ```
Thanks for solving this issue so quickly! |
Johaness even released a new 7.15.2 that's compatible with this latest tabulate. Yay! |
After standard installation method from the "Snakemake tutorial", Snakemake can not be executed.
Running the basic worflow (https://snakemake.readthedocs.io/en/stable/tutorial/basics.html) reports:
I tried on 2 different machines.
I tried with an older version of snakemake (7.8.5) and with Python 3.10 and 3.9
It would be useful to have a Conda environment file (from
conda export
) included with each snakemake release. It would help to identify problematic versions of dependencies if any.The text was updated successfully, but these errors were encountered: