kou commented on issue #46607: URL: https://github.com/apache/arrow/issues/46607#issuecomment-2914142771
It seems that `conda create` is very slow (see the timestamps of "Collecting ..." and "Solving ..."): https://github.com/ursacomputing/crossbow/actions/runs/15254528131/job/42898862517#step:6:58 ```text D:\a\crossbow\crossbow\arrow>call conda create --no-shortcuts -c conda-forge -f -q -y -p C:\tmp\arrow-verify-release\conda-env --file=!ARROW_SOURCE!\ci\conda_env_cpp.txt --file=!ARROW_SOURCE!\ci\conda_env_python.txt git python=3.9 || exit /B 1 Mon, 26 May 2025 13:03:47 GMT Channels: Mon, 26 May 2025 13:03:47 GMT - conda-forge Mon, 26 May 2025 13:03:47 GMT - defaults Mon, 26 May 2025 13:03:47 GMT Platform: win-64 Mon, 26 May 2025 13:03:59 GMT Collecting package metadata (repodata.json): ...working... done Mon, 26 May 2025 13:41:20 GMT Solving environment: ...working... done ``` Can we improve `conda create` performance? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org