New Forecast plugin - Error in "Forecast future values" Receipt - cannot import name TIMESERIES_KEYS

mcunha
mcunha Registered Posts: 3 ✭✭✭✭

Hi,

I was very excited to use the new forecast plugin due to its new features. Everything goes well with training by while executing the forecast future values receipt I get this error and I am stuck.

Error in Python process: At line 1: <class 'ImportError'>: cannot import name 'TIMESERIES_KEYS' from 'scipy.optimize._highs.constants' (/opt/dataiku/data/code-envs/python/plugin_timeseries-forecast_managed_5/lib/python3.7/site-packages/scipy/optimize/_highs/constants.cpython-37m-x86_64-linux-gnu.so)

I am using the on-premise solution without docker.

Thanks in advance

Best Answer

  • Sergey
    Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
    Answer ✓

    Hi @mcunha

    From the error message, looks like you have used Python3.7 interpreter while the plugin was tested with Python3.6. Please create a new code env for this plugin using Python3.6 and check if this is enough to resolve the issue. Let us know if it's not.

Answers

Setup Info
    Tags
      Help me…