Displaying 2 results from an estimated 2 matches for "onvif".
Did you mean:
nvif
2019 Jan 30
3
pip on C7
I am trying to install the python-onvif package on C7.
I did:
pip install onvif
Requirement already satisfied (use --upgrade to upgrade): onvif in
/usr/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): suds>=0.4 in
/usr/lib/python2.7/site-packages (from onvif)
Requirement already satisfied (use --...
2019 Jan 30
0
pip on C7
>Please show us 'pip freeze'.
>I assume that you have onvif sucessfully installed.
your correct 'pip freeze' did show onvif.
onvif==0.2.0
I was then expecting to run python-onvif but that is not found.
Jerry