# HG changeset patch # User Anton Shestakov # Date 1637386055 -10800 # Node ID 91cbb952676e9a0ea861697ae894bd0c7908482c # Parent 66d146b88c457b62ef30ac6966911d27358aedf1 readme: add potential pitfalls during installation diff -r 66d146b88c45 -r 91cbb952676e README.rst --- a/README.rst Sat Nov 20 08:55:43 2021 +0300 +++ b/README.rst Sat Nov 20 08:27:35 2021 +0300 @@ -76,6 +76,17 @@ [extensions] evolve = ~/evolve/hgext3rd/evolve +Pitfalls +-------- + +If you get ``"failed to import extension evolve: No module named 'evolve'"`` +error, there are a couple of things to check: + +* make sure you gave pip the correct package name (it's hg-evolve), + +* make sure evolve is installed for the same version of Python that you use for + running Mercurial (``hg debuginstall | grep Python``). + Server-only Setup =================