chatbot
chatbot copied to clipboard
ValueError: cannot use LOCALE flag with a str pattern
The above error i am getting while executing the code please suggest some solutions to overcome the problem.
Hello, I'm having the same problem and i cant solve it. Do anyone you know how to fix it?
I think you guys are trying to execute the code with python3.6(32 bit version) which can be seen here :
File "C:\Program Files (x86)\Python36-32\lib\site-packages\flask\app.py", line 1994, in __call__
The requirements say that the code can only be used with python 2.x.x . If you type python -V
in the command prompt, it should tell you the version of your python.
Also, just check that the versions written in the requirements file and the ones that you are using are the same.