Y-oHr-N / OptGBM

Optuna + LightGBM = OptGBM
MIT License
34 stars 7 forks source link

PrettyTable conflict #101

Closed fc0712 closed 3 years ago

fc0712 commented 3 years ago

I get the following error:

ContextualVersionConflict: (prettytable 1.0.1 (/usr/local/lib/python3.6/dist-packages), Requirement.parse('PrettyTable<0.8,>=0.7.2'), {'cliff'})

Even though that i have prettytable 0.7.2 installed

Picture from Google Colab

See picture

fc0712 commented 3 years ago

I just upgraded Lightgbm to version >3.0 and then it worked. In case anyone experienced the same error.