davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

cucco didn`t install requirements like yaml #49

Open chrisgcs opened 5 years ago

chrisgcs commented 5 years ago

I installed pyyaml by myself but then i have the error module cucco has no attribute regex

image

MostHated commented 4 years ago

I am getting this as well.

gmile commented 4 years ago

Installing pyyaml helped me get through this on macOS with brew-installed Python 3:

pip3 install pyyaml