Hi there.
I have a script in JMP 17 which worked pretty well - and now by changing to JMP 18 I get an error.
the log says the following.
Traceback (most recent call last):
File "<string>", line 7, in <module>
ModuleNotFoundError: No module named 'azure'
I use microsoft azure to prepare data evaluations and transfer it via python to JMP.
In the 17 version I needed to install a connection / kustoClient like this
azure-kusto-data · PyPI
pip install azure-kusto-data
How do I get this into the folder in JMP where the python package is set?
From the log I understand that the python 18 is not finding the azure "add-in" in the pyhton folder under JMP, while this
azure-kusto-data is install already on the python folder / not the one in JMP.
Maybe @Paul Nelson knows?