@kgizdov Fixed
Search Criteria
Package Details: python-sentencepiece 0.2.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/sentencepiece.git (read-only, click to copy) |
---|---|
Package Base: | sentencepiece |
Description: | Python wrapper for SentencePiece |
Upstream URL: | https://github.com/google/sentencepiece |
Licenses: | Apache-2.0 |
Submitter: | Henry-ZHR |
Maintainer: | Henry-ZHR |
Last Packager: | Henry-ZHR |
Votes: | 4 |
Popularity: | 0.36 |
First Submitted: | 2024-03-10 06:42 (UTC) |
Last Updated: | 2025-03-31 09:24 (UTC) |
Dependencies (16)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- python (python37AUR, python311AUR, python310AUR)
- sentencepieceAUR
- abseil-cpp (abseil-cpp-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperftools (gperftools-gitAUR) (make)
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-protobuf (python-protobuf-gitAUR) (optional)
Required by (19)
- argos-translate
- llama.cpp
- llama.cpp-cuda
- llama.cpp-cuda-f16
- llama.cpp-hip
- llama.cpp-sycl-f16
- llama.cpp-sycl-f32
- llama.cpp-vulkan
- localai-git
- localai-git-cuda
- localai-git-rocm
- python-assistant
- python-gguf
- python-icefall-git
- python-inltk
- python-ktransformers
- python-open-clip-torch
- python-speechbrain-git
- python-torchmetrics (optional)
Sources (3)
Henry-ZHR commented on 2025-03-31 09:25 (UTC)
kgizdov commented on 2025-03-31 09:06 (UTC)
It needs -DCMAKE_POLICY_VERSION_MINIMUM=3.5
to configure and build with recent CMake.
Henry-ZHR commented on 2025-03-28 15:36 (UTC)
@hashworks Are you compiling for a different architecture? If you aren't, did you use proper compiler flags?
And maybe try to run the test command directly with a debugger to see what happened. You should be able to find the actual command in build/Testing/Temporary/LastTest.log
in srcdir
hashworks commented on 2025-03-28 14:49 (UTC)
Check fails for me:
Successfully built sentencepiece-0.2.0-cp313-cp313-linux_x86_64.whl
==> Starting check()...
Internal ctest changing into directory: /home/hashworks/.cache/aurutils/sync/sentencepiece/src/sentencepiece/build
Test project /home/hashworks/.cache/aurutils/sync/sentencepiece/src/sentencepiece/build
Start 1: sentencepiece_test
1/1 Test #1: sentencepiece_test ...............***Exception: Illegal 0.01 sec
[ RUN ] PretokenizerForTrainingTest.BaseTest
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.01 sec
The following tests FAILED:
1 - sentencepiece_test (ILLEGAL)
Errors while running CTest
Henry-ZHR commented on 2025-03-27 08:58 (UTC)
@micwoj92 Done
micwoj92 commented on 2025-03-27 08:12 (UTC)
Please add glibc and gcc-libs to deps of python-sentencepiece.
Henry-ZHR commented on 2024-03-26 14:38 (UTC)
For everyone:
You may need to rebuild the package when its dependencies (currently abseil-cpp
, protobuf
and gperftools
) are upgraded.
You can install rebuild-detector so that you will be warned when you need to do so.
4rozenwolves commented on 2024-03-26 10:54 (UTC)
I got error libabsl_flags_internal.so.2308.0.0: cannot open shared object file: No such file or directory
.
It seems like it needs an older version of abseil-cpp
, but when I downgrade it, pytorch
wants the new version.
emceebois commented on 2024-03-22 17:49 (UTC)
The issue seems to have been that I at some point installed abseil-cpp-git
from the AUR instead of vanilla abseil-cpp
(I honestly don't remember when or why). Re-installing abseil-cpp
with pacman fixed this error. Thanks for the helpful hint, @Henry-ZHR!
Henry-ZHR commented on 2024-03-21 04:38 (UTC)
@emceebois Looks like you don't have the specific version of abseil-cpp
that protobuf
links to
Maybe you updated abseil-cpp
from the testing repo but not protobuf
?
Pinned Comments
Henry-ZHR commented on 2024-03-26 14:38 (UTC)
For everyone:
You may need to rebuild the package when its dependencies (currently
abseil-cpp
,protobuf
andgperftools
) are upgraded.You can install rebuild-detector so that you will be warned when you need to do so.