-
Notifications
You must be signed in to change notification settings - Fork 293
editable flags -e in requirements.txt don't work #36
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
Comments
removing |
Just wanted to add that pipenv also does not work for git due to the requirements.txt generated by pipenv having the -e flag. For anyone needing a workaround for SSH access to GitHub, use the format |
@simplesteph thanks for this tip - worked for me. |
Looking at the logic in lib/pip.js in detail, it seems only options starting with I'll create a PR to fix that, but as a workaround you can just use |
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
Previously, requirements with the -e flag where completely ignored serverless#36 With the latest patch, the -e flag are stripped out, but the requirement itself is preserved. This patch adds a check to test this desired behavior.
requirements.txt
throws error:
tried both with and without docker
The text was updated successfully, but these errors were encountered: