You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
STDERR: Traceback (most recent call last):
File "<stdin>", line 33, in <module>
AttributeError: Values instance has no attribute 'process_dependency_links'
The text was updated successfully, but these errors were encountered:
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 usingpython_package
is giving us an error:The text was updated successfully, but these errors were encountered: