Python Node error : Python library [xyz] required for Statistica-Python integration could not be imported.
book
Article ID: KB0080436
calendar_today
Updated On:
Products
Versions
Spotfire Statistica
13.3.1 and later versions
Description
How to resolve "Error in Python Node : Python library [xyz] required for Statistica-Python integration could not be imported.Please make sure [xyz] is installed and is accessible" ?
Issue/Introduction
How to resolve "Error in Python Node : Python library [xyz] required for Statistica-Python integration could not be imported.Please make sure [xyz] is installed and is accessible" ?
Resolution
1. Open Command prompt and type : pip install [xyz] or pip install [xyz]==[version] for a specific version of the package.
2. Re-run the node after installation of package completes.