https://learninghub.kx.com/forums/topic/issue-with-select-update-exec
Hi can you explain to me why request as select are not working plz ? :)
the error is :AttributeError: 'Table' object has no attribute 'select'
https://learninghub.kx.com/forums/topic/issue-with-select-update-exec
Hi can you explain to me why request as select are not working plz ? :)
the error is :AttributeError: 'Table' object has no attribute 'select'
/
Hi,
What version of PyKX do you have installed?
You need at least 3.0.0 to use that syntax.
pip install pykx==3.0.1
it's okay thanks :)