Ошибка сборки Kaggle Wheel при установке causal-conf1d и mamba-ssmPython

Программы на Python
Anonymous
Ошибка сборки Kaggle Wheel при установке causal-conf1d и mamba-ssm

Сообщение Anonymous »

Я пытаюсь установить mamba-ssm в Kaggle. Я использую графический процессор h100. Это текущая конфигурация

Код: Выделить всё

pytorch-ignite                           0.5.3
pytorch-lightning                        2.6.1
torch                                    2.10.0+cu128
torchao                                  0.10.0
torchaudio                               2.10.0+cu128
torchcodec                               0.10.0+cu128
torchdata                                0.11.0
torchinfo                                1.8.0
torchmetrics                             1.9.0
torchsummary                             1.5.1
torchtune                                0.6.1
torchvision                              0.25.0+cu128
Я пытаюсь установить его, используя предварительно установленное колесо в наборе данных Kaggle. также я попробовал установить его с github.

Код: Выделить всё

error: subprocess-exited-with-error

× Building wheel for causal-conv1d (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for causal-conv1d
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (causal-conv1d)

Код: Выделить всё

Building wheels for collected packages: mamba-ssm
error: subprocess-exited-with-error

× Building wheel for mamba-ssm (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for mamba-ssm (pyproject.toml) ... error
ERROR: Failed building wheel for mamba-ssm
Failed to build mamba-ssm
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (mamba-ssm)
Пожалуйста, подскажите, как действовать дальше

Вернуться в «Python»