You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a number of troubles getting dammit installed and working on my MacOS environment. I have miniconda3 installed and download dammit into a new environment using the following:
With this, conda takes several minutes to solve the environment. Once everything is downloaded and installed, which busco returns nothing despite conda saying that it was downloaded and installed. Then when I try to run dammit databases --full --database-dir <directory/path> --busco-group protists --install I get the following error:
Traceback (most recent call last):
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/doit_cmd.py", line 177, in run
return command.parse_execute(args)
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/cmd_base.py", line 127, in parse_execute
return self.execute(params, args)
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/cmd_base.py", line 406, in execute
db_class, params['dep_file'], checker_cls)
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/dependency.py", line 475, in __init__
self.backend = db_class(backend_name)
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/dependency.py", line 236, in __init__
self._conn = self._sqlite3(self.name)
File "/opt/miniconda3/envs/dammit/lib/python3.6/site-packages/doit/dependency.py", line 261, in _sqlite3
isolation_level='DEFERRED')
sqlite3.OperationalError: unable to open database file
I checked and sqlite3 is properly installed in the environment. I've been able to run at least the non-busco steps of the pipeline previously, but now I can't even do that because of this error.
The text was updated successfully, but these errors were encountered:
Sorry for missing this issue originally. dammit v1.x is not compatible with MacOS due to issues with pinned dependencies. v2 will likely work on MacOS, but the compatibility is a work in progress.
I also received this error on linux, but only when I tried to specify an output directory for the database. If I let it download the databases to the default path, no error occurs.
I've had a number of troubles getting dammit installed and working on my MacOS environment. I have miniconda3 installed and download dammit into a new environment using the following:
With this, conda takes several minutes to solve the environment. Once everything is downloaded and installed,
which busco
returns nothing despite conda saying that it was downloaded and installed. Then when I try to rundammit databases --full --database-dir <directory/path> --busco-group protists --install
I get the following error:I checked and sqlite3 is properly installed in the environment. I've been able to run at least the non-busco steps of the pipeline previously, but now I can't even do that because of this error.
The text was updated successfully, but these errors were encountered: