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

前端 未结 11 1874
臣服心动
臣服心动 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:04

    Managed to fix this by first unlinking openssl

    brew unlink openssl
    

    And then reinstalling python

    brew reinstall python@2
    

    I also noticed that when running 'brew doctor' there was a warning related to an openssl folder found in /usr/local/include/node/. I deleted this folder before running the above commands (not sure if related)

提交回复
热议问题