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

Issues with gluonts in Colab Demo 1 #120

Open
fanch1n opened this issue Dec 22, 2024 · 1 comment
Open

Issues with gluonts in Colab Demo 1 #120

fanch1n opened this issue Dec 22, 2024 · 1 comment

Comments

@fanch1n
Copy link

fanch1n commented Dec 22, 2024

Hello, I ran into the following error messages when trying to run the Demo. The line

from gluonts.dataset.repository.datasets import get_dataset

leads to

[/usr/local/lib/python3.10/dist-packages/pandas/core/dtypes/missing.py](https://localhost:8080/#) in _isna_string_dtype(values, inf_as_na)
    311     else:
    312         if values.ndim in {1, 2}:
--> 313             result = libmissing.isnaobj(values, inf_as_na=inf_as_na)
    314         else:
    315             # 0-D, reached via e.g. mask_missing

missing.pyx in pandas._libs.missing.isnaobj()

missing.pyx in pandas._libs.missing.isnaobj()

SystemError: ../numpy/_core/src/multiarray/iterators.c:192: bad argument to internal function

Is this due to the newest version of gluonts? Thank you for sharing.

@kashif
Copy link
Contributor

kashif commented Dec 24, 2024

what happens if you restart the colab runtime and try again?

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