"Access is denied" sounds like you've installed Python for all users (i.e. in C:\Program Files) and you're not using an elevated prompt to run pip. If you have Python in C:\Program Files, you either need to install modules in your user environment (via pip install --user) which means they'll only be visible to you, or you need to be running as a system administrator to install them for anyone (which means running pip from a command prompt that was opened via "run as administrator")
Paul On 11 October 2017 at 16:43, Michael Cuddehe <mcudd...@strategicga.com> wrote: > Running 64 bit Windows 10. > Re-installed Python 3.6.3 - Download Windows x86-64 web-based installer. Same > problem. > Screen capture attached. > > > -----Original Message----- > From: Paul Moore [mailto:p.f.mo...@gmail.com] > Sent: Wednesday, October 11, 2017 10:10 AM > To: Michael Cuddehe > Cc: Thomas Jollans; python-list@python.org > Subject: Re: Unable to run pip in Windows 10 > > On 11 October 2017 at 15:46, Michael Cuddehe <mcudd...@strategicga.com> wrote: >> - What exactly did you install? >>>> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) >>>> [MSC >> v.1900 64 bit (AMD64)] on win32 >>>> Downloaded from python.org. >> - Can you start the Python interpreter? >>>> Yes...works fine. >> * How exactly did you go about this >>>> ?? >> - How exactly do you try to run pip? >>>> Command prompt: c:\Users\FFC>pip import (module) >>>> >> - What exactly happens when you try? >>>> Windows error message: "This app can't run on your PC...." > > There's no "pip import" command - I guess you meant "pip install"? > > Rather than transcribing what you did, can you include a copy and paste of > the actual text in your command window? > > I also googled for the message you quoted, and I see that it's a Windows > message (not one from pip or Python). The most obvious suggestion from that > was "you're running a 64-bit application on a 32-bit Windows". I note from > the above: > >> Latest install: Python 3.5.4 (v3.5.4:3f56838, Aug 8 2017, 02:17:05) >> [MSC >> v.1900 64 bit (AMD64)] > > Are you running 32-bit Windows? If so, you got the wrong version of Python > (you need the 32-bit version). > Paul > > > --- > This email has been checked for viruses by AVG. > http://www.avg.com -- https://mail.python.org/mailman/listinfo/python-list