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 site-packages are disabled for this Python.
My guess is that the issue is that I would need admin rights to write to the windows folder where JMP sits, but I can't find anything in the help on how to solve this issue.