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
Use prepare_metadata with Pip 19 instead of run_egg_info
Newer Pip [1] doesn't fill the requirement metadata anymore with the
"run_egg_info" method, but a new method named "prepare_metadata" should
be used instead. Make the "name_from_ireq" helper function to call the
new method when it's available.
[1] pypa/pip#5743
0 commit comments