pip does not find recent versions of launchpadlib

Bug #1427746 reported by Sheila Miguez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
launchpadlib
Fix Released
Undecided
William Grant

Bug Description

This fails.

pip wheel -v "launchpadlib>=1.9.12"

you can see the verbose trace from that, and finally,

  Could not find a version that satisfies the requirement launchpadlib>=1.9.12 (from versions: 1.0, 1.0.1, 1.0.2, 1.6.0)

This happens even when you use --allow-external. When releases are published, the convention is to push tarballs to pypi. You can also provide download links, and something weird is happening with the download links for launchpadlib.

Revision history for this message
Sheila Miguez (codersquid) wrote :

I had some confusion with the order of options to pass to pip (see explanation here https://github.com/pypa/pip/issues/2471 )

This works like I'd expect.

pip wheel "launchpadlib>=1.9.12" -v --allow-unverified launchpadlib --allow-external launchpadlib

Still, I would consider it a nice to have for launchpadlib to follow modern pip conventions.

Revision history for this message
William Grant (wgrant) wrote :

I've uploaded launchpadlib 1.10.2's tarball to PyPI. pip recently changed to not follow external links by default.

Changed in launchpadlib:
assignee: nobody → William Grant (wgrant)
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.