Re: [CentOS] pip on C7

2019-01-30 Thread Ulf Volmer
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

Re: [CentOS] pip on C7

2019-01-30 Thread Jerry Geis
>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 ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] pip on C7

2019-01-30 Thread Ulf Volmer
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 --upgrad

[CentOS] pip on C7

2019-01-30 Thread Jerry Geis
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)