Skip to content

Fix local package detection for packages without top_level.txt#528

Open
datatalking wants to merge 1 commit intobndr:masterfrom
datatalking:fix/374-missing-top-level-txt
Open

Fix local package detection for packages without top_level.txt#528
datatalking wants to merge 1 commit intobndr:masterfrom
datatalking:fix/374-missing-top-level-txt

Conversation

@datatalking
Copy link
Copy Markdown

Adds fallback detection for .dist-info directories that lack top_level.txt (e.g., scipy, seaborn). Parses package name and version directly from the directory name when top_level.txt is missing.

Fixes #374

Adds fallback detection for .dist-info directories that lack top_level.txt
(e.g., scipy, seaborn). Parses package name and version directly from the
directory name when top_level.txt is missing.

Fixes bndr#374

Co-Authored-By: datatalking <datatalking@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pipreqs says "WARNING: Import named "..." not found locally. Trying to resolve it at the PyPI server."

1 participant