Environment :
python 3.8
Windows10
At first, i just used the following one line code to install but failed:
pip install quickumls
Details
Building wheels for collected packages: quickumls-simstring
Building wheel for quickumls-simstring (setup.py) ... | WARNING: Subprocess output does not appear to be encoded as cp65001
error
...
export.cpp
quickumls_simstring/export.cpp(7): fatal error C1083: \xce\xa8\xb4\xfc\xc0\xa8\xceļ\xfe: \xa1\x b0iconv.h\xa1\xb1: No such file or directory
...
ERROR: Failed building wheel for quickumls-simstring
Failed to build quickumls-simstring
Installing collected packages: quickumls-simstring, quickumls
Running setup.py install for quickumls-simstring ... | WARNING: Subprocess output does not appear to be encoded as cp65001
error
...
I tried to install simstring python package following the instructions from https://github.com/Georgetown-IR-Lab/simstring and finally:


However,it seemed useless
Please help me, thanks!
Environment :
python 3.8
Windows10
At first, i just used the following one line code to install but failed:
pip install quickumlsDetails
Building wheels for collected packages: quickumls-simstring Building wheel for quickumls-simstring (setup.py) ... | WARNING: Subprocess output does not appear to be encoded as cp65001 error ... export.cpp quickumls_simstring/export.cpp(7): fatal error C1083: \xce\xa8\xb4\xfc\xc0\xa8\xceļ\xfe: \xa1\x b0iconv.h\xa1\xb1: No such file or directory ... ERROR: Failed building wheel for quickumls-simstring Failed to build quickumls-simstring Installing collected packages: quickumls-simstring, quickumls Running setup.py install for quickumls-simstring ... | WARNING: Subprocess output does not appear to be encoded as cp65001 error ...I tried to install simstring python package following the instructions from https://github.com/Georgetown-IR-Lab/simstring and finally:


However,it seemed useless
Please help me, thanks!