insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

checking pip -V giving errors #54

Open garima119 opened 4 years ago

garima119 commented 4 years ago

I have installed python 3.8.2 in my system but when i check the version of pip(installed automatically alongside with python), it is showing error in cmd. I previously had python 3.7 installed but uninstalled it before installing 3.8.2. Kindly help. PIP ERROR.docx

dheerajodha commented 4 years ago

Hi @garima119 if we look at this comment : https://discuss.python.org/t/fatal-python-error-init-fs-encoding-failed-to-get-the-python-codec-of-the-filesystem-encoding/3173/2 and https://bugs.python.org/issue38236 It says you don't need to set the PYTHONHOME and/or PYTHONPATH, and since your error message says you have already set the value of PYTHONHOME, can you please unset it and try again?

If you get some more errors, then post your error screenshots here. If you've already solved your issue, please close this issue, thanks!