Actions
Issue #6792
closedPip installing package fails to find the package
Status:
MODIFIED
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
3.0.0
Target Release - Python:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
After creating a distribution pointing to a publication that contains a package called shelf-reader, pip is unable to install shelf-reader from the distribution.
pip install --trusted-host localhost shelf-reader
Looking in indexes: http://localhost:24816/pulp/content/foo/simple/
ERROR: Could not find a version that satisfies the requirement shelf-reader (from versions: none)
ERROR: No matching distribution found for shelf-reader
Actions
Fixed published metadata relative_path names for the index and project metadata that was causing the pulp contentapp to incorrectly render the wrong html. Fixed generated links in simple_index_template. fixes #6792 https://pulp.plan.io/issues/6792