Jump to content

Can't run normal python version in Tibco Statistica


Kurian Benoy

Recommended Posts

I have been using the Tibco DataScience workbench software. When I run a Python node, just with: print("Hello World").

It throws the error:

C:Python36python.exe can't find '__main__' module in C:\users\Kurian

 

I had installed in proper directory and had set both local and system path to:

C:Python36

C:Python36Scripts

 

Should I make anymore modifications, to run this python code using Tibco Statistica

Link to comment
Share on other sites

Hi - one requirement is to have thepandas (>= 0.18.1 ) library to be installed. You should see the python version in the dropdown in your Python node if you have the environment variables setup correctly. If it is, then try to install pandas outside of Statistica with something like a pip install pandas in Python. See if that works for you.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...