I am having trouble installing a few modules on my Windows computer (namely TensorFlow). I used to have Python 3.5 and 3.7 installed on this computer, but have since uninstalled Python 3.5 through the Control Panel. However, when I try to check the version of PIP, I get the following error:
Fatal error in launcher: Unable to create process using '"c:\users\yoonh\appdata\local\programs\python\python35\python.exe" "C:\Users\yoonh\appdata\local\programs\python\python35\Scripts\pip.exe" --version'
Meanwhile, following other instructions and using py -m pip ...
gives me the following error:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
I would really appreciate if someone could help me solve this issue! Thank you!