-
Notifications
You must be signed in to change notification settings - Fork 33
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
Install commands not working #1
Comments
Hi Rhys, thank you so much for the using our tool and sharing the feedback! I will try to reproduce the error and loop back shortly. |
Thanks! |
Hi Rhys, Thank you for your patience! Would you mind trying these commands instead to see if it works?
The mamba installation (last two lines) might be a bit tricky. Please feel free to refer to the common issues such as cuda dependency in their repo https://github.com/state-spaces/mamba or we could look into it together. |
Thank you for the response, you were correct those two last lines were tricky. `Collecting causal-conv1d==1.0.2 × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. Any help with this would be much appreciated. I have had a look through the steps in this repo originally but haven't had much success. Thanks in advance |
Gotcha, this issue seems relevant. Could you type in |
I have the same issue, and my system is ubuntu, when I type the command "nvcc -V", it shows no nvcc, so I install the cudatoolkit in my computer, after I install the cudatoolkit, then the "nvcc -V" is ok, then I set "CUDA_HOME=/usr/local/cuda-X.X", now I can install mamba-ssm. I did not know if this is useful for your system |
The most straightforward method I found for installing There are also other versions available: |
Thank you for your comments! |
Attempting to use the install commands in the readme and finding the below error:
Platform: WSL
`conda clean --all
Retrieving notices: ...working... done
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
EnvironmentNameNotFound: Could not find conda environment: graph-mamba
You can list all discoverable environments with
conda info --envs
.`The text was updated successfully, but these errors were encountered: