-
Notifications
You must be signed in to change notification settings - Fork 73
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
No module named 'pyaf.HierarchicalForecastEngine' #123
Comments
Thanks for using pyaf. What version of python, pyaf, jupyter etc are you using ? A copy-paste of the output of this script in your local system can provide all that : https://github.com/antoinecarme/pyaf/blob/master/tests/basic_checks/platform_info.py |
Here is the version-check output: PYAF_SYSTEM_DEPENDENT_VERSION_INFO ('Cython_version', '0.29.16') |
Did some tests with a new Debian test user, installed pyaf, executed a jupyter notebook with a hierarchical model. runs OK. You probably need to check :
|
Using Google colab. The error still appears. I was able to use with Google colab 3 weeks ago, but error appears when I run the notebook again yesterday. |
Also switched to google colab, runs OK. strange! |
Hi, @antoinecarme! Thank you for a great lib! |
Thanks a lot for the feedback. Indeed these files are not copied when installing from git, which is wrong, My bad!. I will double check the setup.py. |
Just updated the master branch, Could you please check the install from git when you have some time ? Thanks in advance Antoine |
@antoinecarme |
Thanks again .... shot 2 |
Try the fully qualified name of the class : lEngine = hautof.cHierarchicalForecastEngine() |
Yes, sorry. My fault! It works perfectly now. |
You are welcome. Hope you enjoy! |
Closing. Will be officially available in release 2.0 |
This still not works for me. Tried both installation through git and pip but still to no use |
When importing HierarchicalForecastEngine to perform forecast, cannot import HierarchicalForecastEngine from pyaf module. Error as showed below
The text was updated successfully, but these errors were encountered: