Skip to content
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

[C++] Appveyor hangs on conda install #34296

Closed
westonpace opened this issue Feb 22, 2023 · 0 comments · Fixed by #34297
Closed

[C++] Appveyor hangs on conda install #34296

westonpace opened this issue Feb 22, 2023 · 0 comments · Fixed by #34297

Comments

@westonpace
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

Example failure: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46307156

Last command:

C:\projects\arrow>mamba create -n arrow -q -y -c conda-forge --file=ci\conda_env_python.txt --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt "ccache" "cmake" "ninja" "nomkl" "pandas" "fsspec" "python=3.10" || exit /B

Error:

Build execution time has reached the maximum allowed time for your plan (90 minutes).

Component(s)

Continuous Integration

assignUser pushed a commit that referenced this issue Feb 23, 2023
…re defaults channel (#34297)

For some reason (potentially related to mamba-org/mamba#656 or maybe just the default conda behavior) it appears that specifying `-c conda-forge` is not sufficient as conda will still check the defaults channel.

Lately it seems the defaults channel has introduced some incompatibility that leads to a deadlock or hang during solve.

This PR disables defaults completely which seems to avoid the hang.
* Closes: #34296

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
@assignUser assignUser added this to the 12.0.0 milestone Feb 23, 2023
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
…d ignore defaults channel (apache#34297)

For some reason (potentially related to mamba-org/mamba#656 or maybe just the default conda behavior) it appears that specifying `-c conda-forge` is not sufficient as conda will still check the defaults channel.

Lately it seems the defaults channel has introduced some incompatibility that leads to a deadlock or hang during solve.

This PR disables defaults completely which seems to avoid the hang.
* Closes: apache#34296

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants