-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installation error with pip #639
Comments
try pip install mamba-ssm[causal-conv1d] --no-build-isolation |
I tried but still get the same exact error. |
same error |
export MAMBA_SKIP_CUDA_BUILD=TRUE |
If you are using a conda environment, activate this environment and install cuda to your current environment by running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to install it but I get the following error:
I tried to look on other open issues but none seems to match this. Is there something I am doing wrong?
I have to include the
--no-build-isolation
to avoid the torch is missing error.The text was updated successfully, but these errors were encountered: