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
After changing from pip20.0.dev0 to 20.2.4 in pex/vendor/__init__.py, some orphaned files were left behind in the _vendored directory which interfered with the ability to load the module later:
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/INSTALLER
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/LICENSE.txt
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/METADATA
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/WHEEL
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/entry_points.txt
D pex/vendor/_vendored/pip/pip-20.0.dev0.dist-info/top_level.txt
I was already yak shaving, so didn't dive in to investigate. But I expect that fully removing the vendor directory before re-vendoring would resolve this.
The text was updated successfully, but these errors were encountered:
After changing from
pip
20.0.dev0
to20.2.4
inpex/vendor/__init__.py
, some orphaned files were left behind in the_vendored
directory which interfered with the ability to load the module later:Running
...resolved the issue.
I was already yak shaving, so didn't dive in to investigate. But I expect that fully removing the vendor directory before re-vendoring would resolve this.
The text was updated successfully, but these errors were encountered: