You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I cannot install mamba-ssm==2.2.2 but 2.2.4 install just fine. Is there any way to install mambavision using pip with mamba-ssm 2.2.4?
I'm using colab T4
below is the error:
"Building wheels for collected packages: causal-conv1d, mamba-ssm, buildtools, docopt
error: subprocess-exited-with-error
× python setup.py bdist_wheel 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 causal-conv1d (setup.py) ... error
ERROR: Failed building wheel for causal-conv1d
Running setup.py clean for causal-conv1d
error: subprocess-exited-with-error
× python setup.py bdist_wheel 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 (setup.py) ... error
ERROR: Failed building wheel for mamba-ssm
Running setup.py clean for mamba-ssm
Building wheel for buildtools (setup.py) ... done
Created wheel for buildtools: filename=buildtools-1.0.6-py3-none-any.whl size=512341 sha256=fb857339cda9f2f8859058461285517b56a6d42445cd7f8690d9943397ffe7cc
Stored in directory: /root/.cache/pip/wheels/08/ee/fa/4351d8eba6a57dadf762795886f1b5a607311fe493cdc955f4
Building wheel for docopt (setup.py) ... done
Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13706 sha256=fbe9033dff440fd28a2c3f02461f8105be9e7cddb398a6b2877438980aeb008e
Stored in directory: /root/.cache/pip/wheels/1a/b0/8c/4b75c4116c31f83c8f9f047231251e13cc74481cca4a78a9ce
Successfully built buildtools docopt
Failed to build causal-conv1d mamba-ssm
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (causal-conv1d, mamba-ssm)"
The text was updated successfully, but these errors were encountered:
Hi,
I cannot install mamba-ssm==2.2.2 but 2.2.4 install just fine. Is there any way to install mambavision using pip with mamba-ssm 2.2.4?
I'm using colab T4
below is the error:
"Building wheels for collected packages: causal-conv1d, mamba-ssm, buildtools, docopt
error: subprocess-exited-with-error
× python setup.py bdist_wheel 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 causal-conv1d (setup.py) ... error
ERROR: Failed building wheel for causal-conv1d
Running setup.py clean for causal-conv1d
error: subprocess-exited-with-error
× python setup.py bdist_wheel 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 (setup.py) ... error
ERROR: Failed building wheel for mamba-ssm
Running setup.py clean for mamba-ssm
Building wheel for buildtools (setup.py) ... done
Created wheel for buildtools: filename=buildtools-1.0.6-py3-none-any.whl size=512341 sha256=fb857339cda9f2f8859058461285517b56a6d42445cd7f8690d9943397ffe7cc
Stored in directory: /root/.cache/pip/wheels/08/ee/fa/4351d8eba6a57dadf762795886f1b5a607311fe493cdc955f4
Building wheel for docopt (setup.py) ... done
Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13706 sha256=fbe9033dff440fd28a2c3f02461f8105be9e7cddb398a6b2877438980aeb008e
Stored in directory: /root/.cache/pip/wheels/1a/b0/8c/4b75c4116c31f83c8f9f047231251e13cc74481cca4a78a9ce
Successfully built buildtools docopt
Failed to build causal-conv1d mamba-ssm
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (causal-conv1d, mamba-ssm)"
The text was updated successfully, but these errors were encountered: