[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pip - 9.0.1-2.3~ubuntu1.18.04.5 --- python-pip (9.0.1-2.3~ubuntu1.18.04.5) bionic; urgency=medium * Fix handling of requests exceptions when dependencies are debundled. (LP: #1833229) -- Stefano Rivera Fri, 30 Apr 2021 14:11:12 -0400

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-06-07 Thread Stefano Rivera
Oops. Tested the version in proposed, and verified that it fixed the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-06-07 Thread Łukasz Zemczak
Can you just quickly mention which package version have you used for testing? For formality. Thanks! ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-05-28 Thread Mathew Hodson
** Bug watch removed: github.com/pypa/pip/issues #6799 https://github.com/pypa/pip/issues/6799 ** Bug watch removed: github.com/pypa/pip/issues #7486 https://github.com/pypa/pip/issues/7486 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-05-27 Thread Stefano Rivera
Those autopkgtest failures were just transient issues with the test environment, retrying fixed them. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-05-26 Thread Stefano Rivera
** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic ** Description changed: [Impact] - * The --extra-index-url feature is not working when an index doesn't +  * The --extra-index-url feature is not working when an index

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-05-26 Thread Robie Basak
Hello Daniel, or anyone else affected, Accepted python-pip into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python- pip/9.0.1-2.3~ubuntu1.18.04.5 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2021-04-30 Thread Stefano Rivera
** Also affects: python-pip (Ubuntu Bionic) Importance: Undecided Status: New ** Description changed: + [Impact] + + * The --extra-index-url feature is not working when an index doesn't + contain all the packages in the dependency set. + + [Test Plan] + # apt install python3-venv +

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-10-14 Thread Gerard Weatherby
Yesterday's (10-13) update of the PPA has broken the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage notifications about this

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-09-11 Thread Gerard Weatherby
To stop automatic updates from overwriting the bug fix version of python3-pip, create file /etc/apt/preferences.d/citrain-pin-700 with the following content: Package: python3-pip Pin: origin "ppa.launchpad.net" Pin-Priority: 700 -- You received this bug notification because you are a member

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-08-20 Thread Gerard Weatherby
It appears the ppa is no longer "just working" because the mainline bionic Ubuntu version of python3-pip has incremented. That is to say, even after adding the ppa and doing apt update, apt-get install pulls the buggy one from the mainline repo. I was able to get the right version by using: apt

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-06-15 Thread andrei
I'm not sure how the LTS system works, but for me this doesn't look Fixed if bug is still present in bionic. I guess, a quick workaround is to put pip2 >=20.0.2 whl to the extra- index-url repo and use it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-05-05 Thread Scott Kitterman
The fix was included in pip 20.0.2 brought in from Debian: python-pip | 20.0.2-5ubuntu1 | focal/universe | source python-pip | 20.0.2-5ubuntu1 | groovy/universe | source ** Changed in: python-pip (Ubuntu) Status: Confirmed => Fix Released -- You

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-04-13 Thread Akkana Peck
When I use the python3-pip from ppa:ci-train-ppa-service/3690 and run: /usr/bin/pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple metapho in a virtualenv that's brand new except that I've installed wheel, I get: Looking in indexes:

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-04-09 Thread Gerard Weatherby
To make this copy-and-paste obvious for the next person to come by: add-apt-repository ppa:ci-train-ppa-service/3690 apt update apt install python3-pip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-03-25 Thread Andrew
Applying https://launchpad.net/~ci-train-ppa- service/+archive/ubuntu/3690 fixed the issues I was having. Before: $ pip3 install --trusted-host packages.[redacted].com --extra-index-url http://packages.[redacted].com/software/python --extra-index-url https://[redacted].com/pypi/simple/

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-02-14 Thread James Page
Right - I was able to reproduce this issue on focal using: python3 -m venv /tmp/test3env source /tmp/test3env/bin/activate pip install wheel pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pytopo==1.6.1 (thanks for that) However with the patched

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-02-14 Thread James Page
pip right through to Ubuntu development appears to be missing part of the fix for this problem so I've picked fixes for bionic/eoan/focal into: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3690 I'm still not able to reproduce this issue but please test and see if the proposed

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-02-13 Thread James Page
sorry - I missed this update - looking now! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage notifications about this bug go to:

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-02-13 Thread chbrosso
@james-page (or any other maintainer), did you have a chance to look at the patch? I'm pretty confident it solves the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title:

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-01-14 Thread Ubuntu Foundations Team Bug Bot
The attachment "Fix-1833229.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-01-14 Thread chbrosso
A simple command to test for the issue is pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple simplejson==3.17 @james-page I tested your proposed PPA with this command, and the issue is still here. I gave a shot to this, and generated a patch from the

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-01-14 Thread chbrosso
** Changed in: python-pip (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-12-16 Thread Akkana Peck
This might be a simpler way to reproduce it. I uploaded a package to test.pypi and wanted to use --extra-index-url to verify that its dependencies are pulled in (it has dependencies that are in pypi but not in test.pypi). Here are my steps to reproduce it: python3 -m venv /tmp/test3env source

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-12-09 Thread chbrosso
It looks like the upstream issue is here, and it mentions that it's a vendoring issue: https://github.com/pypa/pip/issues/6799 ** Bug watch added: github.com/pypa/pip/issues #6799 https://github.com/pypa/pip/issues/6799 -- You received this bug notification because you are a member of

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-11-06 Thread Marc Mercer
@james-page -- Please ping me on freenode (Daemoen) on the ubuntu channel. I have created a user for you to test against our repository host, as hopefully that should simplify this a bit. I can provide you all of the details for the configuration needed, but don't want to provide them here as

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-26 Thread Marc Mercer
@james-page Tested -- not fixed root@vagrant:/etc# dpkg -l | grep pip ii libpipeline1:amd641.5.0-1 amd64pipeline manipulation library ii python-pip

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-26 Thread James Page
** Changed in: python-pip (Ubuntu) Status: New => Incomplete ** Changed in: python-pip (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
** Changed in: python-pip (Ubuntu) Status: Incomplete => New ** Changed in: python-pip (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title:

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
I believe this is something todo with missing vendor pathing for requests.exceptions. I've picked the commit in #10 into the bionic package and uploaded to: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3690 as I'm unable to reproduce the issue it would be helpful if one of the

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
https://github.com/pypa/pip/commit/e4936da2e1b62c33f0ed9034f5c984ae17e38e86 might be related - I'll prepare a test package to see if that drives the correct behaviour in all cases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-25 Thread James Page
The exception drives the behaviour so the behaviour and the incorrect exception class are linked - the pip index.py code is mismatching on the type HTTPError resulting in an unhandled exception and the behaviour you are seeing. I can't reproduce this at the moment so there must be something we're

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-24 Thread Marc Mercer
@james-page I think the thing being overlooked is what it is doing, not wether or not the exception is correct. In our case, we have repositories that have some artifacts, and repositories that may have other artifacts... (and once in a rare while, overlap with different versions).. If we

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-24 Thread James Page
** Changed in: python-pip (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-24 Thread James Page
Struggling to reproduce this issue; I've setup a test instance with a extra-index-url which points to an empty index; this throws a 404 when accessed for the modules being requested but the exception handler is correctly catching the exception, falling back to the main package index. -- You

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-24 Thread James Page
404 Client Error: Not Found for url: http://mirror.dfw.rax.openstack.org/wheel/urllib3/ Traceback (most recent call last): File "/root/pip-latest/lib/python3.6/site-packages/pip/index.py", line 796, in get_page resp.raise_for_status() File

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-24 Thread James Page
I'm slightly baffled by this as the original bug report and associated fix resolved an issue where: requests.exceptions.HTTPError was not the same as requests.HTTPError in the distro packaging - but the exception raised in this bug report infers that something is still wonky in the debundling

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-15 Thread Johnny
Can Confirm. Using a private PyPI repo in my company. pip install --extra-index-url=https://pypi.pipelineservices.alertlogic.com alps Collecting alps Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main status =

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-06 Thread Seth Arnold
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: `--extra-index-url` not working for PIP To manage notifications about this bug go to:

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-09-03 Thread Marc Mercer
Can confirm here as well. I also tested the pip/whl builds from universal which are at 18.x -- these unfortunately have the exact same issue. Was hoping maybe they had moved past it, which suggests that the issue is with the unvendored requests, as opposed to pip itself.

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-07-02 Thread Valtteri Mäkelä
Confirmed also with Mint 19.1 with latest packages, if using our internal pypi server. Creating a plain py3 virtualenv fails: $ virtualenv testenv --python python3 Fails with: File "/home/user/testenv/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py", line 935, in

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2019-06-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-pip (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1833229 Title: