warai85

Results 6 comments of warai85

Sorry, I forgot to write! I use python api (latest). import duckdb # to use a database file (shared between processes) con = duckdb.connect(database="db.duckdb", read_only=False) # create a table con.execute("CREATE...

First I install: pip install duckdb==0.3.4, but after some issue I did upgrade: pip install duckdb --upgrade --pre DBeaver version: Version 22.0.4.202205022238

If it helps - I also tried opening the .duckdb file using tad (https://github.com/antonycourtney/tad). Also does not work (Error initilizing tad std::exception).

That's strange. I have installed the latest version... How to solve it?

Thanks! I didn't find this issue. I use doom emacs so I had to use a different procedure (described in that thread), which is: 1. Added `package! org :pin "ca873f7"`...