We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.8 aioch 0.0.2 AttributeError: 'ColumnOrientedBlock' object has no attribute 'rows'
AttributeError: 'ColumnOrientedBlock' object has no attribute 'rows'
for code from README.md examples (part with progress)
aioch/aioch/result.py
Line 27 in fb32065
may be block.rows -> block.get_rows() ?
block.rows
block.get_rows()
The text was updated successfully, but these errors were encountered:
@smilemakc possible workaround by now is to pin clickhouse_driver version like that:
clickhouse_driver
aioch~=0.0.2 clickhouse_driver==0.1.2
It'll fix an issue.
Sorry, something went wrong.
No branches or pull requests
python 3.8
aioch 0.0.2
AttributeError: 'ColumnOrientedBlock' object has no attribute 'rows'
for code from README.md examples (part with progress)
aioch/aioch/result.py
Line 27 in fb32065
may be
block.rows
->block.get_rows()
?The text was updated successfully, but these errors were encountered: