Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not check python packages installed via GitHub url #923

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

canikrichard
Copy link

Does not check if the installation was successful when the python package was provided via URL, for example

pip install <GITHUB_URL>

The URL does not contain the package name it is just a path to the setup.py.

@cottsay
Copy link
Member

cottsay commented Jun 26, 2023

This changes the version parsing for every installer to accommodate an unsupported mechanism specific to pip.

I do not think we could make this change as-is.

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.

2 participants