Colabtools: cannot install package "pyenchant"

Created on 23 Feb 2019  路  2Comments  路  Source: googlecolab/colabtools

I try to install the package "pyenchant" but failed.
screen shot 2019-02-22 at 18 44 15

Most helpful comment

Running with pip install -v reveals the problem -- pyenchant requires the enchant library.

!apt install -qq enchant
!pip install pyenchant

should have you good to go.

All 2 comments

Running with pip install -v reveals the problem -- pyenchant requires the enchant library.

!apt install -qq enchant
!pip install pyenchant

should have you good to go.

Thanks, it works

Was this page helpful?
0 / 5 - 0 ratings