We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A new version of pulp was released 2.7.0
This breaks due to changes of list_solvers to listSolvers and get_solver to getSolver.
list_solvers
listSolvers
get_solver
getSolver
Traceback (most recent call last): File ".conda/envs/EvergladesTools/lib/python3.11/site-packages/snakemake/cli.py", line 2037, in main parser, args = parse_args(argv) ^^^^^^^^^^^^^^^^ File "conda/envs/EvergladesTools/lib/python3.11/site-packages/snakemake/cli.py", line 1629, in parse_args parser = get_argument_parser() ^^^^^^^^^^^^^^^^^^^^^ File ".conda/envs/EvergladesTools/lib/python3.11/site-packages/snakemake/cli.py", line 770, in get_argument_parser lp_solvers = pulp.list_solvers(onlyAvailable=True) ^^^^^^^^^^^^^^^^^ AttributeError: module 'pulp' has no attribute 'list_solvers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A new version of pulp was released 2.7.0
This breaks due to changes of
list_solvers
tolistSolvers
andget_solver
togetSolver
.The text was updated successfully, but these errors were encountered: