-2

enter image description here

Does anyone have a same problem and know some solutions?

I recently used lightgbm(maybe few days ago), but suddenly I cannot import it.

It says

AttributeError: module 'pandas.core.strings' has no attribute 'StringMethods'

I want to resolve this problem quickly

typedecker
  • 1,351
  • 2
  • 13
  • 25
ILS
  • 1
  • 1

1 Answers1

0

Unexpectedly, I resolve this problem.

For people who have same obstacles, this might help.

pip install --upgrade pandas "dask[complete]"
ILS
  • 1
  • 1