Jump to content

I am getting an error, can you please help?


Recommended Posts

Could not execute function call 'sentiment_and_topic_id' (5)

Error executing Python script:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Traceback (most recent call last):

 File "data_function.py", line 341, in _execute_script

  exec(compiled_script, self.globals)

 File "<data_function>", line 14, in <module>

 File "__init__.py", line 11, in <module>

  from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils # noqa:F401

 File "__init__.py", line 6, in <module>

  from .indexedcorpus import IndexedCorpus # noqa:F401 must appear before the other classes

 File "indexedcorpus.py", line 14, in <module>

  from gensim import interfaces, utils

 File "interfaces.py", line 19, in <module>

  from gensim import utils, matutils

 File "matutils.py", line 1030, in <module>

  from gensim._matutils import logsumexp, mean_absolute_difference, dirichlet_expectation

 File "_matutils.pyx", line 1, in init gensim._matutils

  at Spotfire.Dxp.Data.DataFunctions.Executors.LocalPythonFunctionClient.<RunFunction>d__8.MoveNext()

  at Spotfire.Dxp.Data.DataFunctions.Executors.PythonScriptExecutor.<ExecuteFunction>d__11.MoveNext()

  at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.<ExecuteFunction>d__8.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...