mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
742b9258d2
It seems pip distinguishes paths with .. or extra / for constraints. For example, the following directories are considered different. /path/to/dir /path/to//dir /path/to/dir/subdir/.. It can lead "Could not satisfy constraints for 'xxxx': installation from path or url cannot be constrained to a version" error, whose cause is not obvious to users. [1] This commit tries to normalize the given directory name to avoid the error. [1] https://bugs.launchpad.net/devstack/+bug/1542545 |
||
---|---|---|
.. | ||
chattymodule | ||
compilewheel | ||
requires_simple | ||
requires_simple_extra | ||
sample | ||
simplewheel-1.0 | ||
simplewheel-2.0 | ||
singlemodule | ||
TopoRequires | ||
TopoRequires2 | ||
TopoRequires3 | ||
TopoRequires4 |