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
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]
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: