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
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
I'm trying to use
requests-fileon Windows using an absolute path like this:"file://C:/foo/bar".The problem is that the current code uses
urlparse()and.netloccontains"C:"in that case which triggers an exception:requests-file/requests_file.py
Line 36 in 829ecea
Just to demonstrate the problem:
Background: I'm trying to add support for local repositories in conda-lock and that project tries to support also Windows users.
Do you think we could add a workaround to support Windows drive letters? (just on Windows)