mamba icon indicating copy to clipboard operation
mamba copied to clipboard

ERROR: Could not build wheels for mamba-ssm, which is required to install pyproject.toml-based projects

Open Xiangyue-Zhang opened this issue 10 months ago • 5 comments

Building wheels for collected packages: mamba-ssm Building wheel for mamba-ssm (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [8 lines of output]

 somebody help!
  torch.__version__  = 2.0.1+cu117
 
 
  running bdist_wheel
  Guessing wheel URL:  https://github.com/state-spaces/mamba/releases/download/v1.2.0.post1/mamba_ssm-1.2.0.post1+cu118torch2.0cxx11abiFALSE-cp38-cp38-linux_x86_64.whl
  error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:1131)>
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for mamba-ssm Running setup.py clean for mamba-ssm Failed to build mamba-ssm ERROR: Could not build wheels for mamba-ssm, which is required to install pyproject.toml-based projects

Xiangyue-Zhang avatar Mar 31 '24 13:03 Xiangyue-Zhang