Hi,
I'm using JMP Pro 18.0.0; on my laptop, I can correctly open a Python script window, and update / install packages with :
import jmputils
jmputils.jpip('list')
jmputils.jpip('install --upgrade', 'pip setuptools')
jmputils.jpip('install', 'pandas')
But, when I tried the same on a different desktop computer, I get this error:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/pip/
This computer has internet connection.
I did some Google search, and it seems that it is a network and/or proxy issue.
Both computers are running WIndows 10 Enterprise.
Any advice or idea ?
thanks