pip3 file in Scripts folder is missing - Python installation - Tensor flow upgrade

2017-12-03 Thread pavan kopparthi
Hi, Installed Python 3.6.3 Amd64 in Windows 10 OS. Want to install Tensor flow using native pip as suggested... C:\> *pip3 install --upgrade tensorflow* But, observed that pip3 file in Scripts folder is missing. Also, Scripts folder is empty. Reg, Pavan Kumar K.

Meaning of "Add Python to environment variables"

2017-12-03 Thread John Yeung
In the custom installation options for Python 3.6, what *exactly* does "Add Python to environment variables" mean? Which environment variables are we talking about? I imagine one of them would have to be PATH. Are there any others? John Y. -- https://mail.python.org/mailman/listinfo/python-lis

Re: urllib2 urlopen takes too much time

2017-12-03 Thread cpollio
On Tuesday, June 23, 2009 at 11:09:30 PM UTC-4, Aahz wrote: > In article , > =?UTF-8?Q?Filip_Gruszczy=C5=84ski?= wrote: > > > >I have encountered a performance problem using suds, which was traced > >down to _socket.recv. I am calling some web services and each of them > >uses about 0.2 sec and 9

Re: Meaning of "Add Python to environment variables"

2017-12-03 Thread Thomas Jollans
On 03/12/17 18:32, John Yeung wrote: > In the custom installation options for Python 3.6, what *exactly* does "Add > Python to environment variables" mean? > > Which environment variables are we talking about? I imagine one of them would > have to be PATH. Are there any others? If the note on

Re: urllib2 urlopen takes too much time

2017-12-03 Thread Python
On Sun, Dec 03, 2017 at 09:49:45AM -0800, cpol...@vt.edu wrote: > On Tuesday, June 23, 2009 at 11:09:30 PM UTC-4, Aahz wrote: > > In article , > > =?UTF-8?Q?Filip_Gruszczy=C5=84ski?= wrote: > > > > > >I have encountered a performance problem using suds, which was traced > > >down to _socket.recv.