amansrivastava17 / embedding-as-service

One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques
MIT License
204 stars 29 forks source link

issue during installation #36

Closed sunyilgdx closed 4 years ago

sunyilgdx commented 4 years ago

When I use this pip install embedding-as-service or python setup.py

Issue : Traceback (most recent call last): File "setup.py", line 4, in <module> long_description = fh.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 169: illegal multibyte sequence

Installation environment Windows10+Python36

amansrivastava17 commented 4 years ago

@sunyilgdx Can you try it once more. follow the below command.

pip install embedding-as-service -U