search for: pips

Displaying 20 results from an estimated 287 matches for "pips".

Did you mean: mips
2013 Jun 19
0
Pip provider fails on RedHat osfamily when pip not installed via RPM (Could not locate the pip command)
In resolving bug 15980, the pip package provider was changed to recognize the RedHat osfamily fact and use the executable name "pip-python" in those environments. This does not take into account environments where pip has been installed via easy_install or by custom rpm providers. In those environments (such as mine) this osfamily change breaks the pip provider, requiring as a
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 --upgrade to upgrade): suds-passworddigest in
2012 Jan 16
6
pip provider
I am running puppet 2.7.9 and using the pip provider. The package gets/is installed but puppet installs it on every run. Do other people run into this. I tried search bugs and the group and have not seen any mention of it. Chris -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2012 Jul 02
0
[klibc:master] [EVAL] Remove unused EV_BACKCMD flag
Commit-ID: 4467d6e5caa5c97023c824114cf76c7d862340e5 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4467d6e5caa5c97023c824114cf76c7d862340e5 Author: Jonathan Nieder <jrnieder at gmail.com> AuthorDate: Thu, 7 Jul 2011 11:55:42 +0800 Committer: maximilian attems <max at stro.at> CommitDate: Mon, 2 Jul 2012 10:38:03 +0200 [klibc] [EVAL] Remove unused EV_BACKCMD
2018 Apr 06
3
Semi-OT: install python package in userspace
On 04/06/18 13:51, Ulf Volmer wrote: > On 06.04.2018 18:25, m.roth at 5-cent.us wrote: >> CentOS 7 box. As there's no package in any of the repos, we're trying to >> install scikit-learn in the user's space. It refuses. My late try was, >> after d/l a .whl from last year, hoping that would work with the numpy >> package in the regular repos, I did a pip
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip
2006 Nov 21
2
keeping dim() for array
Hi All, I noticed the following: pip = array(1:6, dim = c(3,2)) dim(pip) [1] 3 2 pup = pip[1,] dim(pup) NULL I bet there is a *good* reason why one row of an array is *dimensionless*, but it's highly inconvenient for my purpose, i.e. to use apply() after an array goes through a number of logical steps and is redimensioned, sometimes to one single row. How do I keep dim(pup) to 1 2?
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon (https://github.com/graphite-project/carbon) 0.9.9 installed using "pip". I just learned why when I run "pip freeze" on a system I don''t see the "carbon" package even when it installed successfully - I should run it with "PYTHONPATH=/opt/graphite/lib/ pip freeze". (ref:
2018 Apr 06
9
Semi-OT: install python package in userspace
CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the numpy package in the regular repos, I did a pip install --user scikit-learn..., and it still seems to want to write to system space: OSError: [Errno 13] Permission denied:
2015 Sep 14
2
Re: Issue with python pip install
Richard, I put an #ifdef around the logic in py_guestfs_mount_9p and py_guestfs_list_9p, I.e. Left the signatures but the functions just return a a NULL PyObject. It now builds and installs with pip. Thanks for all your help most appreciated. Is there a better way to do this?, #ifdefs always seem a little hacky. Regards John On 9/14/15, 12:47 PM, "Richard W.M. Jones"
2015 Sep 14
2
Re: Issue with python pip install
Richard, It is looking better, but still getting error - see attached log. I removed all installed packages and yum installed libguestfs libguestfs-devel (1.28.1) Then reset my git repository to 1.28.1 and then $ make clean $ ./autogen.sh --disable-erlang --disable-perl --disable-lua --disable-ruby $ make $ make -C python sdist $ cd python/dist $ sudo pip install guestfs-1.28.1.tar.gz Regards
2005 Jan 30
4
Zap channels in AU hanging up on STD pips
Is anyone having/had a problem with a TDM400P card hanging up on STD outbound calls as soon as the called party answers. I'm guessing that * is responding to the STD pips in some way. -- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just want a system that works, you choose Linux; when you want a system that just works, you choose Microsoft." ----------------...
2015 Sep 14
2
Re: Issue with python pip install
Richard, Thanks for fast reply - let me remove all the yum packages and then build/install from single version. Regards John On 9/14/15, 11:06 AM, "Richard W.M. Jones" <rjones@redhat.com> wrote: >On Mon, Sep 14, 2015 at 05:48:24PM +0000, John McDowall wrote: >> I am trying to build a Python application installer that is using >>libguestfs. I using the
2015 Sep 14
3
Issue with python pip install
I am trying to build a Python application installer that is using libguestfs. I using the instructions to create the python package posted at https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614 I am getting errors in the compile when I do the "pip install”. I have attached the output from pip. I looked at the code and I do not see anything obvious) When
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 05:48:24PM +0000, John McDowall wrote: > I am trying to build a Python application installer that is using libguestfs. I using the instructions to create the python package posted at > > https://github.com/libguestfs/libguestfs/commit/fcbfc4775fa2a44020974073594a745ca420d614 > > I am getting errors in the compile when I do the "pip install”. I have
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 09:45:16PM +0000, John McDowall wrote: > Richard, > > I put an #ifdef around the logic in py_guestfs_mount_9p and > py_guestfs_list_9p, I.e. Left the signatures but the functions just return > a a NULL PyObject. It now builds and installs with pip. > Thanks for all your help most appreciated. > > Is there a better way to do this?, #ifdefs always
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
2020 Mar 18
0
CESA-2020:0850 Moderate CentOS 7 python-pip Security Update
CentOS Errata and Security Advisory 2020:0850 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2020:0850 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 733426246b957e90250542b7adf5a23c85359e506861425784f0cdbd53920bd7 python3-pip-9.0.3-7.el7_7.noarch.rpm Source:
2004 Jul 26
0
Timing pips ?
Hi Folks, Has anyone added timing pip capability for ZAP interfaces ?? What i need for an application is the ability to turn on pips to sound at various set times during a conversation. It's only required when a call is received via an interface card (PRI)(BRI)(PSTN) of being delivered to hardwired telephone handset. Any ideas ? Gary .
2011 Nov 21
3
ssh-keygen -r should support SSHFP records for ECDSA (or at least return non-zero error code on failure)
hi folks: it looks like ssh-keygen -r can''t export SSHFP records for ECDSA keys: 0 dkg@pip:/tmp/cdtemp.oiRYAS$ ssh-keygen -f foobar -t ecdsa -q -P '''' 0 dkg@pip:/tmp/cdtemp.oiRYAS$ ssh-keygen -r foobar -f foobar.pub export_dns_rr: unsupported algorithm 0 dkg@pip:/tmp/cdtemp.oiRYAS$ the first number in my prompt is the return code of the last command; note that