tpot icon indicating copy to clipboard operation
tpot copied to clipboard

Get warning after importing module

Open weixuanfu opened this issue 6 years ago • 2 comments

  • Warning message DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp

It is related to one issue in scikit-learn repo.

It happens with the latest version of scikit-learn (v0.20.0) and cloudpickle (v0.6.0).

Downgrading cloudpickle to 0.5.6 may avold this warning message. And the next version (v0.20.1) of scikit-learn may fix this isse.

weixuanfu avatar Nov 01 '18 17:11 weixuanfu

Thanks !

dbrrt avatar Nov 04 '18 23:11 dbrrt

In Python 3.12, that feature was completely removed, and now I get compile errors because of it. I fixed this by manually erasing it.

115dkk avatar Oct 11 '23 06:10 115dkk