Re: PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Harriett Xing
Thanks for the info. I found two copies of pip.exe. One of them was left from a previous installation. Removed the extra copy. Now pip is working. Thank you very much for your help. On Thu, Jan 11, 2018 at 10:46 AM, Harriett Xing wrote: > Thanks for the info. > > "python -m pip " works. > >

Re: PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Harriett Xing
Thanks for the info. "python -m pip " works. Python Path: C:\Users\harriett.xing-adm\AppData\Local\Programs\Python\Python36 C:\Users\harriett.xing-adm\Documents\Learning\python>python Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyrigh

Re: PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Paul Moore
Glad it's working for you. You don't say where your pip.exe command is located, but I suspect what's happening is that you're picking up a pip.exe from an old and since uninstalled copy of Python. But at least you can use pip now which is the main thing :-) Paul On 11 January 2018 at 15:46, Harri

Re: PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Paul Moore
Have you done any research (google, for example) and tried any of the suggested solutions on the web? >From a quick search, I'd suggest: 1. Can you confirm if "python -m pip " has the same error? 2. What is the exact path of the pip executable you're running, and if you go into the Python prompt

PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Harriett Xing
I am getting the message: Fatal error in launcher: Unable to create process using '"' for all pip commands. I tried uninstalling and installing different versions of python, but the pip is still not work, getting the same error message. Has anyone encountered this? Any ideas? Thanks. -- htt

PIP message: Fatal error in launcher: Unable to create process using '"'

2018-01-11 Thread Harriett Xing
I am getting the message: Fatal error in launcher: Unable to create process using '"' for all pip commands. I tried uninstalling and installing different versions of python, but the pip is still not work, getting the same error message. Has anyone encountered this? Any ideas? Thanks. -- htt