Skip to content

SQL error on import #8

@oliverdrechsel

Description

@oliverdrechsel

Hi,

i installed your tool employing conda.
On Database import i receive a sql error

$ wgmlst import https://www.cgmlst.org/ "Burkholderia pseudomallei"

sqlite3.OperationalError: unable to open database file

[...]
return self.dbapi.connect(*cargs, **cparams)
sqlite3.OperationalError: unable to open database file

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
[...]
return self.dbapi.connect(*cargs, **cparams)
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/14/e3q8)

Could you help me finding the mistake i do?

cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions