kou commented on PR #44235: URL: https://github.com/apache/arrow/pull/44235#issuecomment-2376189515
Using Mamba 1.5.10 (that was worked recently) again: Failed: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/50678962#L283 ```text C:\projects\arrow>mamba update -q -y -c conda-forge --all || exit /B warning libmamba Extracted package cache 'C:\Miniconda38-x64\pkgs\pycparser-2.19-py_0' has invalid size warning libmamba Extracted package cache 'C:\Miniconda38-x64\pkgs\pycparser-2.19-py_0' has invalid SHA-256 checksum error libmamba Failed to download package from https://conda.anaconda.org/conda-forge/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 (status 404) Multi-download failed. Reason: Transfer finalized, status: 404 [https://conda.anaconda.org/conda-forge/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2] 575 bytes error libmamba Unknown package format '' error libmamba Error when extracting package: Unknown package format. # >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "C:\Miniconda38-x64\lib\site-packages\conda\exception_handler.py", line 18, in __call__ return func(*args, **kwargs) File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 960, in exception_converter raise e File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 953, in exception_converter exit_code = _wrapped_main(*args, **kwargs) File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 899, in _wrapped_main result = do_call(parsed_args, p) File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 770, in do_call exit_code = update(args, parser) File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 619, in update return install(args, parser, "update") File "C:\Miniconda38-x64\lib\site-packages\mamba\mamba.py", line 559, in install transaction.fetch_extract_packages() RuntimeError: Multi-download failed. Reason: Transfer finalized, status: 404 [https://conda.anaconda.org/conda-forge/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2] 575 bytes ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
