Hello. The error output is a bit extensive, please see below:
~]$ SSL_NO_VERIFY=1 /ssd/CryoSparc/cryosparc_worker/bin/cryosparcw call conda install -y cuda-nvcc=11.8 cuda-toolkit=11.8 -c nvidia/label/cuda-11.8.0 -v
Collecting package metadata (current_repodata.json): ...working... Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/linux-64/current_repodata.json
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/noarch/current_repodata.json
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/linux-64/current_repodata.json
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/noarch/current_repodata.json
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/noarch/current_repodata.json
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)'))': /nvidia/label/cuda-11.8.0/linux-64/current_repodata.json
failed
Traceback (most recent call last):
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 386, in _make_request
self._validate_conn(conn)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
conn.connect()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connection.py", line 416, in connect
self.sock = ssl_wrap_socket(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/requests/adapters.py", line 440, in send
resp = conn.urlopen(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /nvidia/label/cuda-11.8.0/linux-64/current_repodata.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 701, in fetch_repodata_remote_request
resp = session.get(join_url(url, filename), headers=headers, proxies=session.proxies,
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/requests/sessions.py", line 542, in get
return self.request('GET', url, **kwargs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/requests/sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/requests/sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/requests/adapters.py", line 517, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /nvidia/label/cuda-11.8.0/linux-64/current_repodata.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/exceptions.py", line 1082, in __call__
return func(*args, **kwargs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/cli/main.py", line 87, in _main
exit_code = do_call(args, p)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/cli/conda_argparse.py", line 84, in do_call
return getattr(module, func_name)(args, parser)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/cli/main_install.py", line 20, in execute
install(args, parser, 'install')
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/cli/install.py", line 260, in install
unlink_link_transaction = solver.solve_for_transaction(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/solve.py", line 152, in solve_for_transaction
unlink_precs, link_precs = self.solve_for_diff(update_modifier, deps_modifier,
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/solve.py", line 195, in solve_for_diff
final_precs = self.solve_final_state(update_modifier, deps_modifier, prune, ignore_pinned,
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/solve.py", line 300, in solve_final_state
ssc = self._collect_all_metadata(ssc)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/common/io.py", line 88, in decorated
return f(*args, **kwds)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/solve.py", line 463, in _collect_all_metadata
index, r = self._prepare(prepared_specs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/solve.py", line 1058, in _prepare
reduced_index = get_reduced_index(self.prefix, self.channels,
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/index.py", line 288, in get_reduced_index
new_records = SubdirData.query_all(spec, channels=channels, subdirs=subdirs,
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 140, in query_all
result = tuple(concat(executor.map(subdir_query, channel_urls)))
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/concurrent/futures/_base.py", line 619, in result_iterator
yield fs.pop().result()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/concurrent/futures/_base.py", line 444, in result
return self.__get_result()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 132, in <lambda>
subdir_query = lambda url: tuple(SubdirData(Channel(url), repodata_fn=repodata_fn).query(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 145, in query
self.load()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 210, in load
_internal_state = self._load()
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 375, in _load
raw_repodata_str = fetch_repodata_remote_request(
File "/ssd/CryoSparc/cryosparc_worker/deps/anaconda/lib/python3.8/site-packages/conda/core/subdir_data.py", line 806, in fetch_repodata_remote_request
raise CondaHTTPError(help_message,
conda.exceptions.CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/nvidia/label/cuda-11.8.0/linux-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https://conda.anaconda.org/nvidia/label/cuda-11.8.0/linux-64'