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
>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
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
Maybe Matching Threads
- pip on C7
- installing carbon / passing PYTHONPATH to pip package provider?
- Pip provider fails on RedHat osfamily when pip not installed via RPM (Could not locate the pip command)
- C7 and python 2.7 and jupityr notebook
- C7 and python 2.7 and jupityr notebook