Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install MambaVision via pip #31

Open
Phues opened this issue Aug 21, 2024 · 3 comments
Open

Can't install MambaVision via pip #31

Phues opened this issue Aug 21, 2024 · 3 comments

Comments

@Phues
Copy link

Phues commented Aug 21, 2024

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]
@ahatamiz
Copy link
Collaborator

Thanks for sharing this error. Are you able to successfully install Mamba itself ?

@Phues
Copy link
Author

Phues commented Aug 23, 2024

If you mean the mamba-ssm package then no I was not able to able install it, I get this error
image

@yws-wxs
Copy link

yws-wxs commented Aug 26, 2024

How to solve this problem
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants