mlforecast icon indicating copy to clipboard operation
mlforecast copied to clipboard

Unable to import Forecast from mlforecast

Open iki77 opened this issue 3 years ago • 1 comments

Description

Unable to import Forecast from mlforecast

Reproducible example

# code goes here
from mlforecast import Forecast

ImportError: cannot import name 'Forecast' from 'mlforecast' (/home//mambaforge/envs/dev/lib/python3.7/site-packages/mlforecast/__init__.py)
# Stacktrace

Environment info

python=3.7 pip installlation mlforecast

Package version: mlforecast=0.2.0

Additional information

iki77 avatar Oct 05 '22 06:10 iki77

Hi, thanks for raising this. We've made some breaking changes and haven't made a release yet, so most of what you'll see in GitHub and in the docs page isn't available on the PyPI package yet. If you want to try out the new functionalities you can install from github: pip install git+https://github.com/Nixtla/mlforecast or you can check the v0.2.0 tag as reference.

jmoralez avatar Oct 05 '22 23:10 jmoralez

We've released v0.3.0 which should fix this, please let us know if the issue persists.

jmoralez avatar Nov 01 '22 02:11 jmoralez