problem with Python package installation
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, redire...