Jump to content

getting error when creating new data functio using python


Kaushal Pathak

Recommended Posts

Could not execute function call.

Problem executing python script: Traceback (most recent call last):

File "C:UsersKAUSHALKAppDataLocalTemptmp86E5.py", line 1, in

from Python_Data_Function import *

File "C:UsersKAUSHALKAppDataLocalTempPython_Data_Function.py", line 9, in

import pandas as pd

File "C:ProgramDataAnaconda3libsite-packagespandas__init__.py", line 19, in

"Missing required dependencies {0}".format(missing_dependencies))

ImportError: Missing required dependencies ['numpy']

at SpotfirePS.DataFunctions.Python.PythonDataFunctionExcecutor.d__2.MoveNext()

at Spotfire.Dxp.Application.Extension.CustomDataFunctionExecutor.d__5.MoveNext()

at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.d__3.MoveNext()

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...