This is my code at github
I am trying to test layered requirements for setup.py using pip-tools, and I keep getting issues with this error related to subprocess.CalledProcessError.
I am not sure what I've done wrong. Below is the asciicast:
How do I fix this?
Generally, this kind of error is emitted (as far as I saw it several times) when your setup.cfg or setup.py are broken.
In your case, your extras are not defined properly. You should change your setup.cfg like the following: