clickhouse-sqlalchemy icon indicating copy to clipboard operation
clickhouse-sqlalchemy copied to clipboard

cannot import name 'engines' from 'clickhouse_sqlalchemy'

Open flyly0755 opened this issue 2 years ago • 0 comments

using pyinstaller to pack project code, after packing, start the package, raise error: cannot import name 'engines' from 'clickhouse_sqlalchemy' extra clue is now we use gcc 10.3.0, then occur this issue. before we use gcc 4.8.5 without this issue. want to ask, is this issue related with gcc version?

flyly0755 avatar Jun 28 '22 08:06 flyly0755