Mamba-ssm wheel unable to build from project.toml file on colab?
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)
Hi @akankshay-cyber , can check the following links, if this helps:
- https://github.com/state-spaces/mamba/issues/719#issue-3010209579
- https://github.com/state-spaces/mamba/issues/634
git clone https://github.com/state-spaces/mamba.git cd mamba MAMBA_FORCE_BUILD=TRUE pip install .