-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
LinkError When Installing cudatoolkit-dev #69
Comments
I am seeing the same error reported as oolong936 on Windows 11. Appears to be a failure when curl performs a revoke check for the certificates from the download source- Performing the same curl operation in terminal completes with out issue.
Manually downloading the files and putting them in their respective location does not allow the script to complete upon sequential runs. Any ideas? |
I am getting the same error in Windows 11. Using --ssl-no-revoke with curl in the cudatoolkit-dev-post-install.py command should skip the revoke check but I am not sure, how to build the conda file after making the change. Any help will be appreciated. |
The issue is the antivirus, turn it off then the error goes away. Reference: https://discourse.julialang.org/t/problem-with-curl-exe-windows-and-package-installation/29525/62 |
I met similar error when conda install cudatoolkit-dev==11.4.0 in Ubuntu environment ERROR conda.core.link:_execute(945): An error occurred while installing package 'conda-forge::cudatoolkit-dev-11.4.0-h5764c6d_5'. LinkError: post-link script failed for package conda-forge::cudatoolkit-dev-11.4.0-h5764c6d_5 stderr: Traceback (most recent call last): return code: 1 |
Comment:
I install cudatoolkit-dev in a Windows environment, but I keep getting connection errors, whether I install with Conda or Mamba
ERROR conda.core.link:_execute(745): An error occurred while installing package 'conda-forge::cudatoolkit-dev-11.7.0-hab45a8e_5'. Rolling back transaction: done class: LinkError message: post-link script failed for package conda-forge::cudatoolkit-dev-11.7.0-hab45a8e_5 location of failed script: C:\Users\-\anaconda3\envs\adop_windows\Scripts\.cudatoolkit-dev-post-link.bat
I haven't found a solution to the problem, please help me.Thanks!!!
The text was updated successfully, but these errors were encountered: