Hi, I got the following using Quix Streams in Quix Platform…
Traceback (most recent call last):
File "main.py", line 19, in <module>
def on_package_received_handler(stream: qx.StreamConsumer, package: qx.StreamPackage):
AttributeError: module 'quixstreams' has no attribute 'StreamPackage'
err: terminated with non-zero exit code: exit code 1
I was using the following as a guide…
Any ideas? Thanks!