Solution to issue cannot be found in the documentation.
[X] I checked the documentation.
Issue
I locally ran conda smithy rerender -c auto and nothing happened for >1m.
I aborted after 1m4s, at which point the traceback showed that the program was stuck in the function get_most_recent_version("conda-forge-pinning")
Full traceback:
$ micromamba run -n smithy conda smithy rerender -c auto
^CTraceback (most recent call last):
File "/Users/corneliusromer/micromamba/envs/smithy/bin/conda-smithy", line 10, in <module>
sys.exit(main())
^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/cli.py", line 737, in main
args.subcommand_func(args)
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/cli.py", line 584, in __call__
self._call(args, tmpdir)
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/cli.py", line 589, in _call
configure_feedstock.main(
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/configure_feedstock.py", line 2714, in main
exclusive_config_file, cf_pinning_ver = get_cached_cfp_file_path(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/configure_feedstock.py", line 2535, in get_cached_cfp_file_path
get_cfp_file_path(smithy_cache)
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/configure_feedstock.py", line 2459, in get_cfp_file_path
pkg = get_most_recent_version("conda-forge-pinning")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/conda_smithy/configure_feedstock.py", line 2395, in get_most_recent_version
request = requests.get(
^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 789, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 536, in _make_request
response = conn.getresponse()
^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/site-packages/urllib3/connection.py", line 464, in getresponse
httplib_response = super().getresponse()
^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/http/client.py", line 1428, in getresponse
response.begin()
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/http/client.py", line 331, in begin
version, status, reason = self._read_status()
^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/http/client.py", line 292, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/socket.py", line 708, in readinto
return self._sock.recv_into(b)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/ssl.py", line 1252, in recv_into
return self.read(nbytes, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/corneliusromer/micromamba/envs/smithy/lib/python3.12/ssl.py", line 1104, in read
return self._sslobj.read(len, buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
Solution to issue cannot be found in the documentation.
Issue
I locally ran
conda smithy rerender -c auto
and nothing happened for >1m.I aborted after 1m4s, at which point the traceback showed that the program was stuck in the function
get_most_recent_version("conda-forge-pinning")
Full traceback:
Installed packages
Environment info