How can I fix pip install error: 'EnvironmentError: [Errno 42] Illegal byte sequence'?
0
I am trying to download kivy module using pip . When I run the pip install command , I got an error: Could not install packages due to an EnvironmentError: [Errno 42] Illegal byte sequence. I already re-installed python , I am running as an administrator and I also tried to download via the wheel file. All of the above causes the same environment error.
python-2.7 pip kivy
share | improve this question
edited Dec 31 '18 at 8:38
Harsha B
2,636 2 17 33
asked Dec 31 '18 at 8:33
...