clickhouse-sqlalchemy
clickhouse-sqlalchemy copied to clipboard
cannot import name 'engines' from 'clickhouse_sqlalchemy'
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?