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
Create a junction on this dir: [ln](https://schinagl.priv.at/nt/ln/ln.html) --junction junction \\?\Volume{<new volume uuid>}\dir
set TEMP=%cd%\junction
Install some package: pip3 install CrossMap
Expected result
Successful install/reinstall
Actual result
Traceback (most recent call last):
File "<python_install_dir>\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
status = run_func(*args)
File "<python_install_dir>\lib\site-packages\pip\_internal\cli\req_command.py", line 204, in wrapper
return func(self, options, args)
File "<python_install_dir>\lib\site-packages\pip\_internal\commands\install.py", line 294, in run
wheel_cache = WheelCache(options.cache_dir, options.format_control)
File "<python_install_dir>\lib\site-packages\pip\_internal\cache.py", line 219, in __init__
self._ephem_cache = EphemWheelCache(format_control)
File "<python_install_dir>\lib\site-packages\pip\_internal\cache.py", line 196, in __init__
super().__init__(self._temp_dir.path, format_control)
File "<python_install_dir>\lib\site-packages\pip\_internal\cache.py", line 121, in __init__
super().__init__(cache_dir, format_control, {"binary"})
File "<python_install_dir>\lib\site-packages\pip\_internal\cache.py", line 44, in __init__
assert not cache_dir or os.path.isabs(cache_dir)
AssertionError
Error looks similar to #1061, but in different place.
The text was updated successfully, but these errors were encountered:
Environment Versions
$ python -V
: 3.10.0, 3.9.6, 3.8.2$ pip-compile --version
: noSteps to replicate
[ln](https://schinagl.priv.at/nt/ln/ln.html) --junction junction \\?\Volume{<new volume uuid>}\dir
set TEMP=%cd%\junction
pip3 install CrossMap
Expected result
Successful install/reinstall
Actual result
Error looks similar to #1061, but in different place.
The text was updated successfully, but these errors were encountered: