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 --upgrade to upgrade): suds-passworddigest in /usr/lib/python2.7/site-packages (from onvif) You are using pip version 8.1.2, however version 19.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
How do I get it to go ahead and install ? Requirements are met. I don't desire to upgrade.
Thanks,
Jerry
On Wed, Jan 30, 2019 at 08:17:37AM -0500, Jerry Geis wrote:
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 --upgrade to upgrade): suds-passworddigest in /usr/lib/python2.7/site-packages (from onvif) You are using pip version 8.1.2, however version 19.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
Please show us 'pip freeze'. I assume that you have onvif sucessfully installed.
You can (and should) ignore the pip upgrade stuff.
Best regards Ulf
On 30.01.19 14:40, Jerry Geis wrote:
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.
I think, nobody has packaged this python module as rpm package.
pip installation are independent from the rpm database.
Best regards Ulf