Noticed that running a pipeline throws AttributeError: module 'pulp' has no attribute 'list_solvers' as the pulp devs recently renamed that method to listSolvers(). That pulp dependancy comes from snakemake and the devs have locked the pulp version (Issue worked in as of release 8.1.2). It also looks like pulp version is also locked at the conda level (Issue is here), but I don't believe this would take effect if snakemake is being installed through PyPi.
Noticed that running a pipeline throws
AttributeError: module 'pulp' has no attribute 'list_solvers'
as the pulp devs recently renamed that method tolistSolvers()
. That pulp dependancy comes from snakemake and the devs have locked the pulp version (Issue worked in as of release 8.1.2). It also looks like pulp version is also locked at the conda level (Issue is here), but I don't believe this would take effect if snakemake is being installed through PyPi.