Skip to content

Can't install MambaVision via pip #31

@Phues

Description

@Phues

When I do pip install mambavision I get the following error (I'm on windows 11 and my cuda version is 12.1):

error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Benya\AppData\Local\Temp\pip-install-s7x2dj8y\mamba-ssm_d1e765297c3c471b8a6833c6f627b1a7\setup.py", line 100, in
_, bare_metal_version = get_cuda_bare_metal_version(CUDA_HOME)
File "C:\Users\Benya\AppData\Local\Temp\pip-install-s7x2dj8y\mamba-ssm_d1e765297c3c471b8a6833c6f627b1a7\setup.py", line 62, in get_cuda_bare_metal_version
raw_output = subprocess.check_output(
File "C:\Users\Benya\anaconda3\envs\prj\lib\subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\Benya\anaconda3\envs\prj\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Benya\anaconda3\envs\prj\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Benya\anaconda3\envs\prj\lib\subprocess.py", line 1436, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

  torch.__version__  = 2.3.0+cu121


  [end of output]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions