Skip to content

jieba_fast by default uses 32 bit msvc on 64-bit python #29

Description

@SeleDreams

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions