chatbot icon indicating copy to clipboard operation
chatbot copied to clipboard

ValueError: cannot use LOCALE flag with a str pattern

Open Hemanth-Mydugolam opened this issue 6 years ago • 3 comments

screenshot 37

Hemanth-Mydugolam avatar Aug 02 '17 10:08 Hemanth-Mydugolam

The above error i am getting while executing the code please suggest some solutions to overcome the problem.

Hemanth-Mydugolam avatar Aug 02 '17 10:08 Hemanth-Mydugolam

Hello, I'm having the same problem and i cant solve it. Do anyone you know how to fix it?

pyaepyaelily avatar Jan 12 '18 13:01 pyaepyaelily

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.

beatboxerish avatar Jan 01 '19 10:01 beatboxerish