When I try to run the following command:
dap initdb --namespace canvas --table accounts
I receive the error: missing dependency: `asyncpg`; you may need to run `pip install pysqlsync`
although pysqlsync is installed already. (pysqlsync 0.8.3)
Any advice on what steps need to be taken to fix this?
Running Python 3.14.0 and Dap 2.0.1