Products | Versions |
---|---|
Spotfire Statistica | 13.5 and higher |
If a different version of Python is installed on the machine, click on the gear icon on the Python Node and select Code. From the language, choose the Python version that is installed and re-run the node as shown below :
If Python is not installed, download and Install the expected version of Python from : https://www.python.org/downloads/
Install with pip and enable the option to add to PATH environment variable.
After installation, open a command prompt and install packages - comtypes and pandas.
pip install comtypes
pip install pandas
Then re-run the Statistica workspace with python node and the node should run to completion.