boudinfl/pke

Error: module 'scipy.sparse' has no attribute 'coo_array'

artdream-dubai opened this issue · 1 comments

Hi!

Today I faced the error:
module 'scipy.sparse' has no attribute 'coo_array'
in
Colab "Getting started with pke and keyphrase extraction" -
step-5 : ranking keyphrase candidates
(the same in other the Colabs in this stage)

I worked with it more than a month ago and it was ok, but something has happened.

Thank you a lot for this instrument!
Exploit it in scientific research.

You probably have an old version of scipy in your enviroment, try to upgrade your scipy module to versions higher than 1.8

pip install 'scipy>=1.8'

this issue has been previously discussed issue 206.