-
Notifications
You must be signed in to change notification settings - Fork 49
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
conda error while installation #130
Comments
Hi, I was trying to install cuda following this link: Now instead of the above error, I am getting the following: https://developer.nvidia.com/cuda-11-6-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_local Do you wish to use this feature ([y]/n)?y How should I solve this issue? (my Ubuntu version is: Ubuntu 22.04.3 LTS) To check for the installation of NVIDIA Cuda, I ran the following: (base) karni@wu-lct-analytics:~/ClearMap2$ nvcc --version The output was: This means I have NVIDIA Cuda installed right? The version of the cudatoolkit here is 11.0 and in the ClearMAp39ui.yml file it is 11.6, do you think that might be the issue? |
It seems there are some recent changes in conda making this incompatible. You can try replacing Please let me know if this works |
Hi, I guess the error now is no longer that but with nvidia cuda toolkit, I have an error as such: ClearMap uses neural networks to perform vasculature analysis. When I check the (base) karni@wu-lct-analytics:~/ClearMap2$ nvcc --version I have an error as such: (base) karni@wu-lct-analytics:~/ClearMap2$ nvcc --version It shows I have NVIDIA Cuda compiler driver nvcc: NVIDIA (R) Cuda compiler driver What do you think might be the issue? |
Hi, so when I check this: (base) karni@wu-lct-analytics:~/ClearMap2$ nvidia-smi NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. It means I have the driver installed but can not communicate, how to solve? |
If you are using ubuntu, the simplest is to use the additional drivers graphical interface |
Hi all,
I was having an issue for the installation to start, but looking at one of the previous posted issues I was enable to start the installation using:
./install_gui.sh -f ClearMapUi39.yml
But now I am getting error as such:
Updating CUDA dependencies for ClearMap
Creating temporary environment
usage: conda [-h] [-v] [--no-plugins] [-V] COMMAND ...
conda: error: unrecognized arguments: --experimental-solver=libmamba
What might the issue be for the conda error?
The text was updated successfully, but these errors were encountered: