BLKSerene
BLKSerene
I'm able to compile `sentencepiece` 0.1.99 from source with `cmake`, but not 0.2.0.
@crusaderky, thanks for your efforts. But unfortunately it shows the same error: ``` Processing ./Desktop/sentencepiece-0.2.1-cp311-cp311-macosx_10_9_universal2.whl Installing collected packages: sentencepiece Attempting uninstall: sentencepiece Found existing installation: sentencepiece 0.1.99 Uninstalling sentencepiece-0.1.99: Successfully...
Hi, any temporary workaround on this issue?
The wheel from https://pypi.org/project/dbowring-sentencepiece/ produces the same error on import. Building from the official 0.2.0 source or 0.2.1 source files in the artifacts of https://github.com/crusaderky/sentencepiece/pull/1 failed on building. `export MACOSX_DEPLOYMENT_TARGET=10.13`...
Hi, @taku910. Importing sentencepiece 0.2.1 on macOS 10.13 gives another error: ``` Python 3.11.9 (v3.11.9:de54cf5be3, Apr 2 2024, 07:12:50) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin Type "help", "copyright", "credits" or "license"...
@taku910 Could you please reopen this issue? It has not been resolved yet.
Duplicate of #731.