Re: [Distutils] Python Install

2018-02-25 Thread Dan Stromberg
Also, you might be better off with 3.6. 3.7 is still a beta. You have an alpha of 3.7, which is less trustworthy than a beta. On Sun, Feb 25, 2018 at 10:46 AM, Nick Timkovich wrote: > You need to run pip from a normal shell, e.g. bash/cmd.exe/PowerShell, not > the Python REPL (read-eval print lo

Re: [Distutils] Python Install

2018-02-25 Thread Nick Timkovich
You need to run pip from a normal shell, e.g. bash/cmd.exe/PowerShell, not the Python REPL (read-eval print loop) "shell". On Sun, Feb 25, 2018 at 10:49 AM, wrote: > I am new to Python but would like to install to play with some Fast > Artificial Neural Network Library routines. > > However I h

[Distutils] Python Install

2018-02-25 Thread peter
I am new to Python but would like to install to play with some Fast Artificial Neural Network Library routines. However I ha a V.7 installed but could not access pip. I uninstalled 2.7 an then installed latest download which I understand should include pip. However nothing appears to work. Jus