-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when %TEMP% is a junction to a dir on a letter-less drive #10597
Comments
What would the value of |
Note that
|
Following the chain of calls leads to If it doesn't return a valid path, that would imply a Python bug (which we might be able to work around, but I'd also like to make sure the root issue is reported if that's what it is). |
I've reported https://bugs.python.org/issue45597. |
Does |
@uranusjr, yes, it has the same issue too. If I'm the single user affected then I'm ready to wait for the fix in Python. I don't use pip very often, and there is the obvious workaround (set |
Description
Error when %TEMP% is a junction to a dir on a letter-less drive.
The error looks similar to jazzband/pip-tools#1061, but in pip itself.
Expected behavior
Successful install/reinstall
pip version
21.3
Python version
3.10.0, 3.9.6, 3.8.2
OS
Windows 10 x64
How to Reproduce
ln
--junction junction \\?\Volume{<new volume uuid>}\dir
set TEMP=%cd%\junction
pip3 install CrossMap
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: