tsroten / pynlpir

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

Install fails on Windows 64-bit, Python 3 #35

Closed wangshunping closed 8 years ago

wangshunping commented 8 years ago

![Uploading image.png…]()

Hello.

there is something wong when i install this package.

woule you mind help me fix it ?

system: window 64bit python 3.4.1

error info:

OSERROR: [WinError126]

wangshunping commented 8 years ago

I have installed it through download the zip file and 'python setup.py install '

So i close it .

tsroten commented 8 years ago

@wangshunping I'm glad you were able to fix the problem.

Another user has reported the same problem. Can you please post more information about the problem and how you fixed it?

wangshunping commented 8 years ago

LOL..

Just the most basic operator , install a python site-package.

download .tar file from https://github.com/tsroten/pynlpir

then

cd /where/your/download/target.tar
tar xvf target.tar
cd target
sudo python3 setup.py install

Done~~

By the way, it is interesting that an foreigner man create a few repositories about Chinese text processing : )

muzier commented 8 years ago

Thank u very much. I meet the same problem and finally I fix this problem by using wang's method. Thanks again~

tsroten commented 8 years ago

@wangshunping Thanks for explaining that!