“ERROR:root:code for hash md5 was not found” when using any hg mercurial commands

前端 未结 11 1882
臣服心动
臣服心动 2020-12-02 04:05

When trying to use any hg Mercurial commands on the console, I keep getting this error. I installed Python using Homebrew and I am running Mac OS Catalina v. 1

11条回答
  •  广开言路
    2020-12-02 05:00

    On macOS Mojave (10.14.6), this worked for me:

    • Save the file as python@2.rb in your current directory.
    • brew reinstall python@2.rb
    • I was using virtual environments, so I had to link them back to /usr/local/bin/python and /usr/local/bin/pip for python and pip binaries.

提交回复
热议问题