-
Notifications
You must be signed in to change notification settings - Fork 28
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
unable to install databases #243
Comments
@peter0k, I ran into the same issue but fixed it by adding
|
But subsequently, I ran into the same error as Issue 241 Trying to figure out now a way out of this new error :-( |
Seems like I might need to give up on this. Most required db files were downloaded (my command-line after activating the conda environment-
DAMM IT!!!! :-( |
Hi,
I installed dammit dev version (pip install git+https://github.com/camillescott/dammit.git).
If I try to install a database ( dammit databases --install --busco-group eukaryota) I'm getting following error:
## submodule: databases
Traceback (most recent call last):
File "/home/peter/.local/bin/dammit", line 9, in
sys.exit(app.DammitApp(arg_src=sys.argv[1:]).run())
File "/home/peter/.local/lib/python3.10/site-packages/dammit/app.py", line 45, in run
return self.args.func()
File "/home/peter/.local/lib/python3.10/site-packages/dammit/app.py", line 278, in handle_databases
handler = databases.get_handler(self.config_d)
File "/home/peter/.local/lib/python3.10/site-packages/dammit/databases.py", line 41, in get_handler
handler = TaskHandler(config['database_dir'],
File "/home/peter/.local/lib/python3.10/site-packages/dammit/handler.py", line 49, in __init__
super(TaskHandler, self).__init__()
File "/home/peter/.local/lib/python3.10/site-packages/doit/cmd_base.py", line 289, in __init__
raise NotImplementedError(
NotImplementedError: doit.cmd_base.py:TaskLoader was removed on 0.36.0, use TaskLoader2 instead
Yesterday I tried to install dammit via conda and obtained same error.
If somebody has an idea: Thank you!
The text was updated successfully, but these errors were encountered: