I'm trying to use the new abilities in JMP 14 to run python and it's not working. Basically not finding my python install I think though in some circumstances it just crashes.
I saw another discussion saying there were issues with that in 14.1 and suggesting a workaround about setting environment variables and using Use Python Version("3.6") as an argument to Python Init() (both of which I tried unsuccessfully).
Then I saw in release notes of 14.2 more about this, including a different name for relevant enviroment variable...
https://www.jmp.com/support/help/14-2/how-jmp-finds-python-on-windows.shtml
So, I went to upgrade from 14.1 and saw there is now 14.3 and got that. when I try the environment variable instructions from the 14.2 post I get a message saying that is deprecated and now it should be JMP_PYTHON_MODULE_PATH. So I tried that, I think with a valid path to the right file, using same format from the 14.2 post, but still not working. Occured to me to try this in my JMP15 early adopter version as well and got same results, same message that the environment variable should be called JMP_PYTHON_MODULE_PATH.
In all cases (14.1, 14.3, 15 early adopter, various versions of environment variables) if I have no argument in Python Init(), JMP crashes right away on that line. If I have the UsePythonVersion("3.6") in there it comes back with an error saying it can't find Python at all..
An installation of Python cannot be found on this system. JMP Python support requires Python version 3.0 or higher. in access or evaluation of 'Python Init' , Python Init/*###*/(Use Python Version( "3.6" ))
Is anyone using this successfully? If so are you putting something inside Python Init()?
or if you used setting an environment variable what is it called and what does it look like? Any further troubleshooting advice?
Here's what my latest attempt at environment variable looks like... is this not the right format? (the earlier post looked like environment variable had curly brackets and double quotes like JMP wanted to see is as a JSL list format but this looks like what the 4.2 post is saying to do and other format didn't work for me either... A python36.dll file really does seem to be in this location...
Not sure if I'm having a freak problem specific to my system that I need tech support on or whether I just don't get the latest verison of how this is supposed to work.