whats does assert _sre.MAGIC == MAGIC, SRE module mismatch AssertionError: SRE module mismatch error mean?

前端 未结 5 937
温柔的废话
温柔的废话 2021-01-18 08:39

Hello I´m trying to run a python manage.py runserver command but getting this error message

File \"C:\\Users\\adrie\\Anaconda3\\lib\\sre_

5条回答
  •  有刺的猬
    2021-01-18 08:49

    Make sure your installed python version matches exactly the version anaconda uses. If not get another python version. On Windows you can see the anaconda python version in control center -> uninstall programm -> Name of Anaconda. Also make sure there are no older python version installed (that still might have environmental variables that point to them).

提交回复
热议问题