I try to install the package "pyenchant" but failed.
Running with pip install -v reveals the problem -- pyenchant requires the enchant library.
pip install -v
pyenchant
enchant
!apt install -qq enchant !pip install pyenchant
should have you good to go.
Thanks, it works
Most helpful comment
Running with
pip install -vreveals the problem --pyenchantrequires theenchantlibrary.should have you good to go.