I'm trying to install starter-pack on mac and I have an issue

Hi there,

I’m using mac with python 3.6.4 and when I run pip3 install -r requirements.txt I get the issue below. Can anyone help me with that? Thanks

Could not find a version that satisfies the requirement sklearn_crfuite==0.3.6 (from -r requirements.txt (line 36)) (from versions: )

No matching distribution found for sklearn_crfuite==0.3.6 (from -r requirements.txt (line 36))

There is a typo in the requirements file. Please change sklearn_crfuite to sklearn_crfsuite. We are working on fixing this as soon as possible!

It’s fixed now. Please get the latest version of the starter pack which includes the fixes. Thanks for discovering this bug!