ELITR / online-text-flow

Online event streaming to improve data and text flows
MIT License
1 stars 0 forks source link

installation issues #6

Closed Gldkslfmsd closed 3 years ago

Gldkslfmsd commented 4 years ago

I just have issues with installing the latest version on my laptop with Python 3.6.9. I don't get why setup.py install doesn't handle it itself. Anyway, instead of hunting this low priority bug, I share with everyone that I solved it manually this way:

pip install mosestokenizer
pip install contextvars
pip install quart==0.6.15
otakar-smrz commented 3 years ago

Thanks for fixing the setup.py.