Hyperdeck Controller: Python Issue

Hello - I am trying to get the Hyperdeck connected via Python. But I am getting an error. What am I doing wrong? Error message in BOLD below:
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
cd '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/' && '/usr/local/bin/python3' '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/Main.py' && echo Exit status: $? && exit 1
cblt5995:~ cable12$ cd '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/' && '/usr/local/bin/python3' '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/Main.py' && echo Exit status: $? && exit 1
usage: Main.py [-h] address
Main.py: error: the following arguments are required: address
cblt5995:Blackmagic HyperDeck Protocol cable12$ python3 Main.py 192.168.217.33
HyperDeck INFO: Connecting to 192.168.217.33:9993...
HyperDeck ERROR: Failed to connect: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop'
WebUI INFO: Starting web server on localhost:8080
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
cd '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/' && '/usr/local/bin/python3' '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/Main.py' && echo Exit status: $? && exit 1
cblt5995:~ cable12$ cd '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/' && '/usr/local/bin/python3' '/Volumes/Promise Pegasus/DOWNLOADS/Blackmagic HyperDeck Protocol/Main.py' && echo Exit status: $? && exit 1
usage: Main.py [-h] address
Main.py: error: the following arguments are required: address
cblt5995:Blackmagic HyperDeck Protocol cable12$ python3 Main.py 192.168.217.33
HyperDeck INFO: Connecting to 192.168.217.33:9993...
HyperDeck ERROR: Failed to connect: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop'
WebUI INFO: Starting web server on localhost:8080