Python Node error : Python library [xyz] required for Statistica-Python integration could not be imported.

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" ?
User-added image

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.

   User-added image

2. Re-run the node after installation of package completes.

Additional Information

PIP installation