similar to: Issue with python pip install

Displaying 20 results from an estimated 700 matches similar to: "Issue with python pip install"

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
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
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
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
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 06:12:27PM +0000, John McDowall wrote: > Richard, > > Thanks for fast reply - let me remove all the yum packages and then > build/install from single version. I would avoid using 'make install' in the libguestfs git repo. A better plan may be to roll back the git repo to match the version of libguestfs you have installed (from yum), eg: git reset
2015 Sep 14
0
Re: Issue with python pip install
On Mon, Sep 14, 2015 at 07:06:48PM +0000, John McDowall wrote: > 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
2015 Feb 13
3
[PATCH v4 0/2] add btrfs_balance_status and btrfs_scrub_status
v4: - add reply_with_error when nlines < 1 - remove `i == X' tests. v3: - rebase on upstream - fix some comments v2: - add check for the length of lines[] - the code parsing 'btrfs scrub -R status' output is changed into a loop Hu Tao (2): New API: btrfs_balance_status New API: btfs_scrub_status daemon/btrfs.c | 268
2015 Feb 03
2
[PATCH v2 0/2] add btrfs_balance_status and btrfs_scrub_status
changes in v2: - add check for the length of lines[] - the code parsing 'btrfs scrub -R status' output is changed into a loop Hu Tao (2): New API: btrfs_balance_status New API: btfs_scrub_status. daemon/btrfs.c | 263 +++++++++++++++++++++++++++++++ generator/actions.ml | 26 +++ generator/structs.ml | 34 ++++
2015 Feb 15
4
[PATCH v5 0/2] add btrfs_balance_status and btrfs_scrub_status
v5: - fix tests failure v4: - add reply_with_error when nlines < 1 - remove `i == X' tests. v3: - rebase on upstream - fix some comments v2: - add check for the length of lines[] - the code parsing 'btrfs scrub -R status' output is changed into a loop Hu Tao (2): New API: btrfs_balance_status New API: btfs_scrub_status daemon/btrfs.c
2015 Feb 11
4
[PATCH v3 0/2] add btrfs_balance_status and btrfs_scrub_status
v3: - rebase on upstream - fix some comments v2: - add check for the length of lines[] - the code parsing 'btrfs scrub -R status' output is changed into a loop Hu Tao (2): New API: btrfs_balance_status New API: btfs_scrub_status daemon/btrfs.c | 263 +++++++++++++++++++++++++++++++ generator/actions.ml | 26 +++
2015 Feb 02
5
[PATCH 1/2] New API: btrfs_balance_status
Signed-off-by: Hu Tao <hutao at cn.fujitsu.com> --- These two patches are refactored to parse the output info structures. daemon/btrfs.c | 109 +++++++++++++++++++++++++++++++ generator/actions.ml | 10 +++ generator/structs.ml | 12 ++++ gobject/Makefile.inc | 2 + java/Makefile.inc
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
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:
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
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:
2009 Oct 09
1
Get subset of n dimensional matrix
I want to select a subset of an array, but I want to make a function so that it can handle any number of dimensions. This is probably best described with an example > x <- 1:100 > dim(x) <- c(10,10) > x [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 1 11 21 31 41 51 61 71 81 91 [2,] 2 12 22 32 42 52 62 72 82 92 [3,]
2015 Feb 03
2
Re: make install ignoring PREFIX for bash_completion
> Date: Tue, 3 Feb 2015 09:36:01 -0800 > Subject: make install ignoring PREFIX for bash_completion > > I am trying to install the libguestfs python bindings in my > virtualenv. Since this cannot be done through PIP, The PIP problem is https://bugzilla.redhat.com/show_bug.cgi?id=1075594 Unfortunately we are stuck here because the pypi website still has a license that we cannot live