-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Wheel cache is disable because ~ is not expanded #3048
Comments
Not sure about the wheel caching disabling (since the check is currently done after passing it to the wheel cache, cf aa0099a) but there is an issue indeed:
Not sure if we should expand in the method or outside but since:
There is something to fix indeed, thanks for the report :) |
pip is quite inconsistent in where we expand The annoying part of such a change would be going through and making sure we catch every case :-) |
Yup, #981 approach seems cleaner. |
Closing this as a duplicate of #980, which should handle generically supporting path expansion. |
I have this configuration file:
The cache is disabled:
But if I explicitly write the cache path with the user folder expanded it's enabled:
The text was updated successfully, but these errors were encountered: