Open xekl opened 1 year ago
I fixed the problem with a simple `pip install --upgrade typing-extensions' (plus a restart of the kernel for the changes to take effect). However, this took me a while to solve, even debating a python version update, and I did not find it in the issues, yet, so I decided to post.
Thank you @xekl for postintg the solution!
I installed
pip install mljar-supervised
and manually fixed a dependency conflict with numba and the numpy version, but when I tryfrom supervised.automl import AutoML
, it does not work due to an ImportError way down the dependencies.The complete traceback: