poise / poise-python

A Chef cookbook to provide a unified interface for installing Python, managing Python packages, and creating virtualenvs.
Apache License 2.0
124 stars 108 forks source link

--process-dependency-links is removed in pip 19.0 #141

Open tnguyen14 opened 5 years ago

tnguyen14 commented 5 years ago

process_dependency_links option is used in https://github.com/poise/poise-python/blob/master/lib/poise_python/resources/python_package.rb#L73, and it's removed in pip 19.0, so using python_package is giving us an error:

STDERR: Traceback (most recent call last):
  File "<stdin>", line 33, in <module>
AttributeError: Values instance has no attribute 'process_dependency_links'
wmantly commented 5 years ago

@tnguyen14 Do you have a workaround for this?

signe commented 5 years ago

Dupe of #140