Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import Forecast from mlforecast #55

Closed
iki77 opened this issue Oct 5, 2022 · 2 comments
Closed

Unable to import Forecast from mlforecast #55

iki77 opened this issue Oct 5, 2022 · 2 comments

Comments

@iki77
Copy link

iki77 commented Oct 5, 2022

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

@jmoralez
Copy link
Member

jmoralez commented Oct 5, 2022

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
Copy link
Member

jmoralez commented Nov 1, 2022

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

@jmoralez jmoralez closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants