Hello! I met a problem after a week of using PythonAnywhere: my written scripts that worked before suddenly just fail to start with an error
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
I didn't change a thing neither in code nor in bash, dont't understand what is wrong. Please tell me what can I do with this. Switching from Py3.6 to Py3.3 helps but I dont't like this solution.