Installing python packages in JMP 19
I was following the instructions in the online help to install python packages (pandas, numpy, ...) that I need for my scripts, but I am having trouble.
When I run
Names Default To Here( 1 );
Python Install Packages( "pandas" );
(I needed to change to "" for it to work), I'm getting the error:
import jmputils
jmputils.jpip('install', 'pandas')
/*:
ERROR: Can not perform a '--user' install. User sit...