I installed anaconda for python 3.6, and I used "conda create -n py27 python=2.7 anaconda" command to install python 2.7 environment. When it finished, I typed this command "activate py27". There was error massage like in this following occured. enter image description here
Asked
Active
Viewed 2,443 times
0
-
This is the error msg "Fatal Python error: Py_Initialize: can't initialize sys standard streams LookupError: unknown encoding: 874". – Parap Apr 09 '17 at 11:22
-
Read http://stackoverflow.com/q/878972/1005215 then https://superuser.com/q/237081/163735 and then finally https://superuser.com/q/269818/163735 – Nehal J Wani Apr 09 '17 at 15:42
-
I found the solution. Following this step – Parap Apr 18 '17 at 09:27
-
1I found the solution. Following this step.... Go to >> Control Panel>Clock, Language and Region> click Region> Administrative >In Language for non unicode program click "Change system local" to "English(UK)" – Parap Apr 18 '17 at 09:33