HIT-SCIR / pyltp

pyltp: the python extension for LTP
1.53k stars 353 forks source link

source code install error #199

Closed SmileIsThinking closed 5 years ago

SmileIsThinking commented 5 years ago

environment: Ubuntu 16.04.5 Python 3.5.2 gcc version 5.4.0 20160609

$ git clone https://github.com/HIT-SCIR/pyltp $ git submodule init $ git submodule update $ python setup.py install

When run the setup.py to install, the error occurs as follows: image

Thanks a lot if someone could help!

SmileIsThinking commented 5 years ago

I have successfully installed pyltp. Though the error happens, the pyltp works well till now.