mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Mamba-ssm wheel unable to build from project.toml file on colab?

Open akankshay-cyber opened this issue 1 year ago • 2 comments

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)

akankshay-cyber avatar Apr 29 '25 05:04 akankshay-cyber

Hi @akankshay-cyber , can check the following links, if this helps:

  1. https://github.com/state-spaces/mamba/issues/719#issue-3010209579
  2. https://github.com/state-spaces/mamba/issues/634

rodosingh avatar Apr 30 '25 10:04 rodosingh

git clone https://github.com/state-spaces/mamba.git cd mamba MAMBA_FORCE_BUILD=TRUE pip install .

linshaorui2002 avatar Aug 30 '25 07:08 linshaorui2002