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
I don't think there's much that vendoring can do here. The thing that's failing is the pip download call, and there's nothing we can do from within vendoring that'll make that command pass. :)
Trying to fetch license for enum34 raises an exception, and the license fallback is not picked up.
This seems to be a pip issue: pypa/pip#8214
Example configuration:
# _vendor/vendor.txt enum34==1.1.10
vendoring sync .
output:The text was updated successfully, but these errors were encountered: