GlobalMaksimum / sadedegel

A General Purpose NLP library for Turkish
http://sadedegel.ai
MIT License
92 stars 15 forks source link

pip install does not work in Colab #215

Closed demegire closed 3 years ago

demegire commented 3 years ago

Running "!pip install sadedegel" exits with the following error: "ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output."

This was not the case 1 week ago and the library could be installed with no problem.

To reproduce: Open a Google Colab notebook and run: !pip install sadedegel

ertugrul-dmr commented 3 years ago

Thanks for reporting the issue, I think that's related to recent update with uvloop package. I guess you can temporarily fix the issue by entering !pip install uvloop==0.14.0 in colab before you install sadedegel, until it's fixed...