FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
428 stars 140 forks source link

Fixed client for zeep v3.0.0 #20

Closed Brootux closed 6 years ago

Brootux commented 6 years ago

When onvif-zeep is installed via pip3, currently it results in a broken state. This is because zeep v3.0.0 will be installed which changed its constructor.