-
Notifications
You must be signed in to change notification settings - Fork 89
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
Error when importing the AutomatedModel package in Google Colab #11
Comments
I'm having the same issue today as well. (~2 weeks ago I was using it without such problem) |
Thanks, seem like there has been a change to an upstream package used by gluonts called pydantic. You can add this to your colab |
I can confirm it works now. Thanks! |
Yes, thank you for the quick response. Many in my Big Data Analytics class at Syracuse will use AtsPy for our next time series lab. |
I followed the steps in the Google Colab notebook and restarted the runtime after installing the package. However, I'm receiving the message below when I try to import AutomatedModel I also installed ran this command !pip install pydantic==1.4, and i am getting the message ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. i also encountered the ModuleNotFoundError upon implementing the from atspy import AutomatedModel I will appreciate your help |
I followed the steps in the Google Colab notebook and restarted the runtime after installing the package. However, I'm receiving the message below when I try to import AutomatedModel. Any suggestions for how to fix this?
from atspy import AutomatedModel
TypeError Traceback (most recent call last)
in ()
----> 1 from atspy import AutomatedModel
7 frames
/usr/local/lib/python3.6/dist-packages/pydantic/main.cpython-36m-x86_64-linux-gnu.so in pydantic.main.create_model()
TypeError: create_model() takes exactly 1 positional argument (0 given)
The text was updated successfully, but these errors were encountered: