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

前端 未结 5 956
温柔的废话
温柔的废话 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 09:00

    My PYTHONHOME and PYTHONPATH environment variables were pointing to the wrong version. By fixing this import sre_compile was fixed.

提交回复
热议问题