Kurian Benoy Posted October 16, 2020 Share Posted October 16, 2020 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 More sharing options...
Jeremy Melville Posted October 16, 2020 Share Posted October 16, 2020 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 More sharing options...
Kurian Benoy Posted October 19, 2020 Author Share Posted October 19, 2020 @jmelvill, even after adding pandas it still doesn't work Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now