-
Notifications
You must be signed in to change notification settings - Fork 340
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
Unable to parse requirements file containing arguments to pip #1008
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
@bendoerry does this work for you? i am facing this same issue with having an internal package with git+ssh
Also tried to use pip version |
We have pip requirements file that contains an argument to pip.
pip is able to install from this file without any issues, but running LicenseFinder against it with
results in the following traceback
The traceback is from version
6.14.2
, but I have confirmed we get the same behaviour with version7.0.1
.Removing the pip argument from the file results in LicenseFinder running as expected.
The text was updated successfully, but these errors were encountered: