Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git-hg cannot find mercurial module >= 4.6

Tags:

git

mercurial

When I run git-hg clone I get the error message:

Could not find a python interpreter with the mercurial module >= 4.6 available. Please use the 'PYTHON' environment variable to specify the interpreter to use.

I have a PYTHON environment variable enter image description here

And the same thing exists in PATH.

What is it looking for?

like image 749
Brad Avatar asked Oct 18 '25 12:10

Brad


1 Answers

Installing the mercurial module made it for me:

python -m pip install mercurial
like image 64
Orace Avatar answered Oct 21 '25 03:10

Orace



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!