There seems to be an issue where jieba_fast will use 32-bit msvc by default on 64-bit python which causes a linking issue.
It can be remediated by using the command pip install --config-settings="--build-option=build_ext" --config-settings="--build-option=--plat-name=win-amd64" jieba_fast but it isn't very efficient.
It would be good if it could be fixed.
There seems to be an issue where jieba_fast will use 32-bit msvc by default on 64-bit python which causes a linking issue.
It can be remediated by using the command
pip install --config-settings="--build-option=build_ext" --config-settings="--build-option=--plat-name=win-amd64" jieba_fastbut it isn't very efficient.It would be good if it could be fixed.