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

Add option to circumvent the pip issue '' #728

Closed
tribbloid opened this issue Feb 4, 2019 · 2 comments
Closed

Add option to circumvent the pip issue '' #728

tribbloid opened this issue Feb 4, 2019 · 2 comments
Labels
awaiting response Awaiting response from a contributor

Comments

@tribbloid
Copy link

This issue:

pypa/pip#562

Has prevented -e/--editable option to be used by pip install

Unfortunately for URL repo this is the only option, otherwise will trigger:

piptools.exceptions.UnsupportedConstraint: pip-compile does not support URLs as packages, unless they are editable. Perhaps add -e option? 
Environment Versions

OS Type: Ubuntu 18.04
Python version: Python 3.6.7 :: Anaconda, Inc.
pip version: pip 19.0.1 from /home/shared/anaconda3/lib/python3.6/site-packages/pip (python 3.6)
pip-tools version: pip-compile, version 3.3.2

Steps to replicate
  1. in requirements.in, add the following line
-e git+https://github.com/dronekit/dronekit-python.git@ed132c#egg=dronekit
  1. run pip-compile
Expected result

generate a requirements file without -e option

Actual result

a requirements file with -e option

@atugushev
Copy link
Member

Hello @tribbloid,

Thank you for the issue report! Could you please describe what kind of an option do you request?

@atugushev atugushev added the needs more info Need more info to clarify issue label Feb 12, 2019
@atugushev atugushev added awaiting response Awaiting response from a contributor and removed needs more info Need more info to clarify issue labels Oct 17, 2019
@atugushev
Copy link
Member

Closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response Awaiting response from a contributor
Projects
None yet
Development

No branches or pull requests

2 participants