-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
Description
After uprade pip to version 23.3+ can`t isntall my package from repository with current branch
if i use older version or without branch works fine, olready use tag and hash instead of branch
Expected behavior
pip will work correctly
pip version
23.3
Python version
3.9
OS
Linux
How to Reproduce
try to install from hg repository using branch or hash
for example
pip install hg+http://mylink/hg/folder/[email protected]
Output
Collecting hg+http://mylink/hg/folder/[email protected]
Cloning hg http://mylink/hg/folder/mypackage (to revision 0.1.3) to /tmp/pip-req-build-hmzsjinv
Running command hg clone --noupdate --quiet http://mylink/hg/folder/mypackage /tmp/pip-req-build-hmzsjinv
Running command hg update --quiet -r=0.1.3
hg: parse error at 0: not a prefix: =
(=0.1.3
^ here)
error: subprocess-exited-with-error
× hg update --quiet -r=0.1.3 did not run successfully.
│ exit code: 255
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× hg update --quiet -r=0.1.3 did not run successfully.
│ exit code: 255
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Code of Conduct
- I agree to follow the PSF Code of Conduct.