AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.

Home Page:https://mlbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install MLBox on Google Colab

YAOLI0407 opened this issue · comments

commented

Hi, Axel

I tried to install MLBox on Google Colab using code !pip install mlbox. The package can be successfully installed but an error appears when I want to import MLBox.

ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running

There's the screenshot.
image

Can you help me to fix it? Thanks.

commented

Hello @Mia-3765,
Thanks for reporting this issue ! It is now fixed, can you try to re-install mlbox with pip (make sure you upgrade mlbox with the 0.8.2 version !).
If it still doesn't work, please let me know !
Axel

commented