ibis icon indicating copy to clipboard operation
ibis copied to clipboard

NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:duckdb

Open djouallah opened this issue 3 years ago • 0 comments
trafficstars

first time trying ibis, using windows 10 and ibis 3.2

import ibis
con = ibis.duckdb.connect()  # in-memory database
con.list_tables()

I get the error in the title. I got confused, although duckdb is the default back-end, it has to be installed separately

djouallah avatar Sep 21 '22 23:09 djouallah