When trying to deploy my app which has pyenchant in its requirements I get the following error.
ImportError: The 'enchant' C library was not found and maybe needs to be installed.
See https://pyenchant.github.io/pyenchant/install.html
for details
Is it possible to install the enchant package inside of streamlit cloud?
Thank You