-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Bug description
Actual behavior
pipx install modular
fails because sentencepiece fails:
Package 'sentencepiece' not found
^[[31mCMake Error at CMakeLists.txt:15 (cmake_minimum_required):
They should fix their issues:
google/sentencepiece#1113
The reasons are basically GCC 15 and CMake 4.
Expected behavior
pipx install modular
works.
Steps to reproduce
pipx install modular
on Arch Linux with GCC 15 and CMake 4.
System information
Latest Arch.
SvenRohrTNG and Ahajha