Skip to content
New issue

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

'ColumnOrientedBlock' object has no attribute 'rows' #5

Open
smilemakc opened this issue Mar 18, 2020 · 1 comment
Open

'ColumnOrientedBlock' object has no attribute 'rows' #5

smilemakc opened this issue Mar 18, 2020 · 1 comment

Comments

@smilemakc
Copy link

smilemakc commented Mar 18, 2020

python 3.8
aioch 0.0.2
AttributeError: 'ColumnOrientedBlock' object has no attribute 'rows'

for code from README.md examples (part with progress)

if block.rows:

may be block.rows -> block.get_rows() ?

@admitad-github
Copy link

@smilemakc possible workaround by now is to pin clickhouse_driver version like that:

aioch~=0.0.2
clickhouse_driver==0.1.2

It'll fix an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants