We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug This kind of test is failing on master https://github.com/apache/arrow-rs/runs/4097486331?check_suite_focus=true
The output looks related to trying to install python 3.1 which presumably is no longer present
#6 [3/6] RUN conda install -q --file arrow/ci/conda_env_archery.txt numpy compilers maven=3.5 nodejs=14 yarn openjdk=8 && conda clean --all --force-pkgs-dirs #6 sha256:fceef8c4b5db92c323dc02c5c1d84e48767e029dd22a83794efc67456852520d #6 0.381 mesg: ttyname failed: Inappropriate ioctl for device #6 2.620 Collecting package metadata (current_repodata.json): ...working... done #6 12.75 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. #6 12.75 Collecting package metadata (repodata.json): ...working... done #6 54.82 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. #6 99.42 #6 99.42 PackagesNotFoundError: The following packages are not available from current channels: #6 99.42 #6 99.42 - python=3.1 #6 99.42 #6 99.42 Current channels:
To Reproduce Make a PR and try to run it
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed in apache/arrow#11609 :)
Sorry, something went wrong.
Looks like @jorgecarleitao has re-triggered the run https://github.com/apache/arrow-rs/actions/runs/1418458814 🤞 for a clean run
No branches or pull requests
Describe the bug
This kind of test is failing on master
https://github.com/apache/arrow-rs/runs/4097486331?check_suite_focus=true
The output looks related to trying to install python 3.1 which presumably is no longer present
To Reproduce
Make a PR and try to run it
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: