tsroten / pynlpir

A Python wrapper around the NLPIR/ICTCLAS Chinese segmentation software.
MIT License
566 stars 135 forks source link

setup.py install error #94

Closed dashanhust closed 6 years ago

dashanhust commented 6 years ago

image

when I install pynlpir by using 'python setup.py install', I catch this error, and I'm sure that the network is ok. uh, what would cause this problem?

dashanhust commented 6 years ago

I have solved this by installing click package manually.