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

fix(docs): add graphviz to apt-packages #1218

Merged
merged 1 commit into from
Nov 20, 2024

fix(docs): add graphviz to apt-packages

a151064
Select commit
Loading
Failed to load commit list.
Merged

fix(docs): add graphviz to apt-packages #1218

fix(docs): add graphviz to apt-packages
a151064
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test build arm_container:python:3.12 cancelled Nov 20, 2024 in 21s

Task Summary

Instruction install failed in 00:12

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ PR was closed!

✅ 00:04 clone
✅ 00:03 create_venv
❌ 00:12 install

  Downloading wheel-0.45.0-py3-none-any.whl.metadata (2.3 kB)
Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 36.1 MB/s eta 0:00:00
Downloading setuptools-75.5.0-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 76.4 MB/s eta 0:00:00
Downloading wheel-0.45.0-py3-none-any.whl (72 kB)
Installing collected packages: wheel, setuptools, pip
  Attempting uninstall: pip
    Found existing installation: pip 24.2
    Uninstalling pip-24.2:
      Successfully uninstalled pip-24.2
Successfully installed pip-24.3.1 setuptools-75.5.0 wheel-0.45.0
# mltool installs
# - torch and triton are not currently on arm, so commented out
# - when they are available on arm (and we figure out how to run docker in the background on cirrus) we should test them!
# python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install xgboost
Collecting xgboost
  Downloading xgboost-2.1.2-py3-none-manylinux_2_28_aarch64.whl.metadata (2.1 kB)
Collecting numpy (from xgboost)
  Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (63 kB)
Collecting scipy (from xgboost)
  Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (113 kB)
Downloading xgboost-2.1.2-py3-none-manylinux_2_28_aarch64.whl (4.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 54.5 MB/s eta 0:00:00
Downloading numpy-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 108.6 MB/s eta 0:00:00
Downloading scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 129.8 MB/s eta 0:00:00
Installing collected packages: numpy, scipy, xgboost
Successfully installed numpy-2.1.3 scipy-1.14.1 xgboost-2.1.2
# python -m pip install tritonclient[grpc,http]
# install checked out coffea
python -m pip install --verbose .[dev,parsl,dask]
Using pip 24.3.1 from /tmp/venv/lib/python3.12/site-packages/pip (python 3.12)
Processing /tmp/cirrus-ci-build
  Installing build dependencies: started
  Running command pip subprocess to install build dependencies
  Using pip 24.3.1 from /tmp/venv/lib/python3.12/site-packages/pip (python 3.12)
  Collecting hatchling>=1.17.1
    Obtaining dependency information for hatchling>=1.17.1 from https://files.pythonhosted.org/packages/72/41/b3e29dc4fe623794070e5dfbb9915acb649ce05d6472f005470cbed9de83/hatchling-1.26.3-py3-none-any.whl.metadata
    Downloading hatchling-1.26.3-py3-none-any.whl.metadata (3.8 kB)
  Collecting hatch-vcs
    Obtaining dependency information for hatch-vcs from https://files.pythonhosted.org/packages/82/0f/6cbd9976160bc334add63bc2e7a58b1433a31b34b7cda6c5de6dd983d9a7/hatch_vcs-0.4.0-py3-none-any.whl.metadata
    Downloading hatch_vcs-0.4.0-py3-none-any.whl.metadata (8.6 kB)
  Collecting packaging>=24.2 (from hatchling>=1.17.1)
    Obtaining dependency information for packaging>=24.2 from https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl.metadata
    Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
  Collecting pathspec>=0.10.1 (from hatchling>=1.17.1)
    Obtaining dependency information for pathspec>=0.10.1 from https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl.metadata
    Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
  Collecting pluggy>=1.0.0 (from hatchling>=1.17.1)
    Obtaining dependency information for pluggy>=1.0.0 from https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl.metadata
    Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)

Context canceled!����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������