dschneider-wxs commented on issue #46331:
URL: https://github.com/apache/arrow/issues/46331#issuecomment-3544028350

   I am also getting this error trying to install apache-airflow[amazon]
   
   Collecting pyarrow>=19.0.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
   
   i've tried on both mac (arm) and linux Ubuntu 24.04.3 LTS
   
   our last successful build on CI was oct 29 for a feature branch and oct 13 
for main.
   
   ```
   [internal] load build definition from Dockerfile
        transferring 2888/0 0.002
   [internal] load metadata for docker.io/apache/airflow:3.1.3-python3.12
   [internal] load .dockerignore
   [internal] load build context
        transferring 761/0 0.002
   [stage-0  1/27] FROM 
docker.io/apache/airflow:3.1.0-python3.12@sha256:94096e4d3f8819f96b2f37c182d734cc45b6a096080015d6b5978c8a4d3295ba
   
   ...
   
   [stage-0 22/27] RUN pip install --no-cache-dir --upgrade-strategy 
only-if-needed apache-airflow==3.1.3 -r runtime.txt
        Defaulting to user installation because normal site-packages is not 
writeable
        Requirement already satisfied: apache-airflow==3.1.3 in 
/home/airflow/.local/lib/python3.12/site-packages (3.1.3)
        Requirement already satisfied: azure-synapse-artifacts>=0.20.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from -r runtime.txt (line 
1)) (0.21.0)
        Collecting uuid-utils (from -r runtime.txt (line 2))
        Downloading 
uuid_utils-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (1.1 kB)
        Requirement already satisfied: apache-airflow-core==3.1.3 in 
/home/airflow/.local/lib/python3.12/site-packages (from apache-airflow==3.1.3) 
(3.1.3)
        Requirement already satisfied: apache-airflow-task-sdk>=1.1.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from apache-airflow==3.1.3) 
(1.1.3)
        Requirement already satisfied: a2wsgi>=1.10.8 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.10.10)
        Requirement already satisfied: aiosqlite>=0.20.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.21.0)
        Requirement already satisfied: alembic<2.0,>=1.13.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.17.1)
        Requirement already satisfied: 
apache-airflow-providers-common-compat>=1.7.4 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.8.0)
        Requirement already satisfied: 
apache-airflow-providers-common-io>=1.6.3 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.6.4)
        Requirement already satisfied: 
apache-airflow-providers-common-sql>=1.28.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.28.2)
        Requirement already satisfied: apache-airflow-providers-smtp>=2.3.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.3.1)
        Requirement already satisfied: apache-airflow-providers-standard>=1.9.0 
in /home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.9.1)
        Requirement already satisfied: argcomplete>=1.10 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.6.3)
        Requirement already satisfied: asgiref>=2.3.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.10.0)
        Requirement already satisfied: attrs!=25.2.0,>=22.1.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (25.4.0)
        Requirement already satisfied: cadwyn>=5.2.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (5.4.5)
        Requirement already satisfied: colorlog>=6.8.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (6.10.1)
        Requirement already satisfied: cron-descriptor>=1.2.24 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.0.6)
        Requirement already satisfied: croniter>=2.0.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (6.0.0)
        Requirement already satisfied: cryptography>=41.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (42.0.8)
        Requirement already satisfied: deprecated>=1.2.13 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.3.1)
        Requirement already satisfied: dill>=0.2.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.4.0)
        Requirement already satisfied: fastapi<0.118.0,>=0.116.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.117.1)
        Requirement already satisfied: httpx>=0.25.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.28.1)
        Requirement already satisfied: importlib-metadata>=7.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (8.4.0)
        Requirement already satisfied: itsdangerous>=2.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.2.0)
        Requirement already satisfied: jinja2>=3.1.5 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.1.6)
        Requirement already satisfied: jsonschema>=4.19.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (4.25.1)
        Requirement already satisfied: lazy-object-proxy>=1.2.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.12.0)
        Requirement already satisfied: libcst>=1.8.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.8.6)
        Requirement already satisfied: linkify-it-py>=2.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.0.3)
        Requirement already satisfied: lockfile>=0.12.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.12.2)
        Requirement already satisfied: methodtools>=0.4.7 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.4.7)
        Requirement already satisfied: msgspec>=0.19.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.19.0)
        Requirement already satisfied: natsort>=8.4.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (8.4.0)
        Requirement already satisfied: opentelemetry-api>=1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.27.0)
        Requirement already satisfied: opentelemetry-exporter-otlp>=1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.27.0)
        Requirement already satisfied: opentelemetry-proto<9999,>=1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.27.0)
        Requirement already satisfied: packaging>=25.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (25.0)
        Requirement already satisfied: pathspec>=0.9.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.12.1)
        Requirement already satisfied: pendulum>=3.1.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.1.0)
        Requirement already satisfied: pluggy>=1.5.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.6.0)
        Requirement already satisfied: psutil>=5.8.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (7.1.3)
        Requirement already satisfied: pydantic>=2.11.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.12.4)
        Requirement already satisfied: pygments!=2.19.0,>=2.0.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.19.2)
        Requirement already satisfied: pygtrie>=2.5.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.5.0)
        Requirement already satisfied: pyjwt>=2.10.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.10.1)
        Requirement already satisfied: python-daemon>=3.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.1.2)
        Requirement already satisfied: python-dateutil>=2.7.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.9.0.post0)
        Requirement already satisfied: python-slugify>=5.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (8.0.4)
        Requirement already satisfied: requests<3,>=2.32.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.32.5)
        Requirement already satisfied: rich-argparse>=1.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.7.2)
        Requirement already satisfied: rich>=13.6.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (13.9.4)
        Requirement already satisfied: setproctitle>=1.3.3 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.3.7)
        Requirement already satisfied: sqlalchemy-jsonfield>=1.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.0.2)
        Requirement already satisfied: sqlalchemy-utils>=0.41.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.42.0)
        Requirement already satisfied: sqlalchemy>=1.4.49 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
sqlalchemy[asyncio]>=1.4.49->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(1.4.54)
        Requirement already satisfied: starlette>=0.45.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.48.0)
        Requirement already satisfied: structlog>=25.4.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (25.5.0)
        Requirement already satisfied: svcs>=25.1.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (25.1.0)
        Requirement already satisfied: tabulate>=0.9.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.9.0)
        Requirement already satisfied: tenacity>=8.3.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (9.1.2)
        Requirement already satisfied: termcolor>=3.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.2.0)
        Requirement already satisfied: typing-extensions>=4.14.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (4.15.0)
        Requirement already satisfied: universal-pathlib<0.3.0,>=0.2.6 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.2.6)
        Requirement already satisfied: uuid6>=2024.7.10 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2025.0.1)
        Requirement already satisfied: uvicorn>=0.37.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.38.0)
        Requirement already satisfied: babel>=2.17.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3) (2.17.0)
        Requirement already satisfied: fsspec>=2023.10.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3) (2025.10.0)
        Requirement already satisfied: greenback>=1.2.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3) (1.2.1)
        Requirement already satisfied: Mako in 
/home/airflow/.local/lib/python3.12/site-packages (from 
alembic<2.0,>=1.13.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(1.3.10)
        Requirement already satisfied: fastapi-cli>=0.0.8 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.0.16)
        Requirement already satisfied: python-multipart>=0.0.18 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.0.20)
        Requirement already satisfied: email-validator>=2.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (2.3.0)
        Requirement already satisfied: anyio in 
/home/airflow/.local/lib/python3.12/site-packages (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (4.11.0)
        Requirement already satisfied: certifi in 
/home/airflow/.local/lib/python3.12/site-packages (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2025.10.5)
        Requirement already satisfied: httpcore==1.* in 
/home/airflow/.local/lib/python3.12/site-packages (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.0.9)
        Requirement already satisfied: idna in 
/home/airflow/.local/lib/python3.12/site-packages (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.11)
        Requirement already satisfied: h11>=0.16 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
httpcore==1.*->httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.16.0)
        Requirement already satisfied: protobuf<5.0,>=3.19 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-proto<9999,>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (4.25.8)
        Requirement already satisfied: annotated-types>=0.6.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
pydantic>=2.11.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.7.0)
        Requirement already satisfied: pydantic-core==2.41.5 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
pydantic>=2.11.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.41.5)
        Requirement already satisfied: typing-inspection>=0.4.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
pydantic>=2.11.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.4.2)
        Requirement already satisfied: charset_normalizer<4,>=2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
requests<3,>=2.32.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.4.4)
        Requirement already satisfied: urllib3<3,>=1.21.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
requests<3,>=2.32.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2.5.0)
        Requirement already satisfied: sniffio>=1.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
anyio->httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.3.1)
        Requirement already satisfied: isodate>=0.6.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
azure-synapse-artifacts>=0.20.0->-r runtime.txt (line 1)) (0.7.2)
        Requirement already satisfied: azure-common>=1.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
azure-synapse-artifacts>=0.20.0->-r runtime.txt (line 1)) (1.1.28)
        Requirement already satisfied: azure-mgmt-core>=1.6.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
azure-synapse-artifacts>=0.20.0->-r runtime.txt (line 1)) (1.6.0)
        Requirement already satisfied: sqlparse>=0.5.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-providers-common-sql>=1.28.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.5.3)
        Requirement already satisfied: more-itertools>=9.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-providers-common-sql>=1.28.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (10.8.0)
        Requirement already satisfied: aiosmtplib>=0.1.6 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
apache-airflow-providers-smtp>=2.3.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (5.0.0)
        Requirement already satisfied: azure-core>=1.32.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
azure-mgmt-core>=1.6.0->azure-synapse-artifacts>=0.20.0->-r runtime.txt (line 
1)) (1.36.0)
        Requirement already satisfied: pytz>2021.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
croniter>=2.0.2->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2025.2)
        Requirement already satisfied: cffi>=1.12 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
cryptography>=41.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(1.17.1)
        Requirement already satisfied: pycparser in 
/home/airflow/.local/lib/python3.12/site-packages (from 
cffi>=1.12->cryptography>=41.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (2.23)
        Requirement already satisfied: wrapt<3,>=1.10 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
deprecated>=1.2.13->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.17.3)
        Requirement already satisfied: dnspython>=2.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
email-validator>=2.0.0->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (2.8.0)
        Requirement already satisfied: typer>=0.15.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.20.0)
        Requirement already satisfied: rich-toolkit>=0.14.8 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.15.1)
        Requirement already satisfied: greenlet!=0.4.17 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
greenback>=1.2.1->apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3) (3.2.4)
        Requirement already satisfied: outcome in 
/home/airflow/.local/lib/python3.12/site-packages (from 
greenback>=1.2.1->apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3) 
(1.3.0.post0)
        Requirement already satisfied: zipp>=0.5 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
importlib-metadata>=7.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(3.23.0)
        Requirement already satisfied: MarkupSafe>=2.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
jinja2>=3.1.5->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (3.0.3)
        Requirement already satisfied: jsonschema-specifications>=2023.03.6 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(2025.9.1)
        Requirement already satisfied: referencing>=0.28.4 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.37.0)
        Requirement already satisfied: rpds-py>=0.7.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (0.28.0)
        Requirement already satisfied: pyyaml>=5.2 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
libcst>=1.8.2->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (6.0.3)
        Requirement already satisfied: uc-micro-py in 
/home/airflow/.local/lib/python3.12/site-packages (from 
linkify-it-py>=2.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.0.3)
        Requirement already satisfied: wirerope>=0.4.7 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
methodtools>=0.4.7->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.0.0)
        Requirement already satisfied: 
opentelemetry-exporter-otlp-proto-grpc==1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.27.0)
        Requirement already satisfied: 
opentelemetry-exporter-otlp-proto-http==1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.27.0)
        Requirement already satisfied: googleapis-common-protos~=1.52 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp-proto-grpc==1.27.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.72.0)
        Requirement already satisfied: grpcio<2.0.0,>=1.0.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp-proto-grpc==1.27.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.65.5)
        Requirement already satisfied: 
opentelemetry-exporter-otlp-proto-common==1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp-proto-grpc==1.27.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.27.0)
        Requirement already satisfied: opentelemetry-sdk~=1.27.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-exporter-otlp-proto-grpc==1.27.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.27.0)
        Requirement already satisfied: 
opentelemetry-semantic-conventions==0.48b0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
opentelemetry-sdk~=1.27.0->opentelemetry-exporter-otlp-proto-grpc==1.27.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.48b0)
        Requirement already satisfied: tzdata>=2020.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
pendulum>=3.1.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (2025.2)
        Requirement already satisfied: six>=1.5 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
python-dateutil>=2.7.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) 
(1.17.0)
        Requirement already satisfied: text-unidecode>=1.3 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
python-slugify>=5.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (1.3)
        Requirement already satisfied: markdown-it-py>=2.2.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
rich>=13.6.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3) (4.0.0)
        Requirement already satisfied: mdurl~=0.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
markdown-it-py>=2.2.0->rich>=13.6.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.1.2)
        Requirement already satisfied: click>=8.1.7 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
rich-toolkit>=0.14.8->fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8;
 extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (8.2.1)
        Requirement already satisfied: shellingham>=1.3.0 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
typer>=0.15.1->fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8;
 extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.5.4)
        Requirement already satisfied: httptools>=0.6.3 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.7.1)
        Requirement already satisfied: python-dotenv>=0.13 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.2.1)
        Requirement already satisfied: uvloop>=0.15.1 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (0.22.1)
        Requirement already satisfied: watchfiles>=0.13 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (1.1.1)
        Requirement already satisfied: websockets>=10.4 in 
/home/airflow/.local/lib/python3.12/site-packages (from 
uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3)
 (15.0.1)
        Downloading 
uuid_utils-0.11.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331 
kB)
        Installing collected packages: uuid-utils
        Successfully installed uuid-utils-0.11.1
   [stage-0 23/27] RUN python3 -m venv /home/airflow/wxs-venv
   [stage-0 24/27] RUN 
--mount=type=secret,id=PIP_EXTRA_INDEX_URL,env=PIP_EXTRA_INDEX_URL     
/home/airflow/wxs-venv/bin/pip install --no-cache-dir --upgrade-strategy 
only-if-needed apache-airflow[amazon]==3.1.3 -r wxs.txt
        Looking in indexes: https://pypi.org/simple, 
https://dschneider-wxs:****@pypi.fury.io/orbitalmicro/
        Collecting apache-airflow==3.1.3 (from apache-airflow[amazon]==3.1.3)
        Downloading apache_airflow-3.1.3-py3-none-any.whl.metadata (35 kB)
        Collecting psycopg2 (from -r wxs.txt (line 1))
        Downloading psycopg2-2.9.11.tar.gz (379 kB)
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
        Collecting pendulum (from -r wxs.txt (line 2))
        Downloading 
pendulum-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (6.8 kB)
        Collecting lazy_object_proxy (from -r wxs.txt (line 3))
        Downloading 
lazy_object_proxy-1.12.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (5.1 kB)
        Collecting wxs-external-data>=1.0.2 (from -r wxs.txt (line 4))
        Downloading 
https://pypi.fury.io/orbitalmicro/-/ver_SawRi/wxs_external_data-1.0.2-py3-none-any.whl
 (86 kB)
        Collecting icechunk (from -r wxs.txt (line 5))
        Downloading 
icechunk-1.1.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (14 kB)
        Collecting dask==2025.03.0 (from -r wxs.txt (line 6))
        Downloading dask-2025.3.0-py3-none-any.whl.metadata (3.8 kB)
        Collecting apache-airflow-core==3.1.3 (from 
apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading apache_airflow_core-3.1.3-py3-none-any.whl.metadata (6.4 kB)
        Collecting apache-airflow-task-sdk>=1.1.1 (from 
apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading apache_airflow_task_sdk-1.1.3-py3-none-any.whl.metadata 
(3.9 kB)
        Collecting click>=8.1 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB)
        Collecting cloudpickle>=3.0.0 (from dask==2025.03.0->-r wxs.txt (line 
6))
        Downloading cloudpickle-3.1.2-py3-none-any.whl.metadata (7.1 kB)
        Collecting fsspec>=2021.09.0 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading fsspec-2025.10.0-py3-none-any.whl.metadata (10 kB)
        Collecting packaging>=20.0 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
        Collecting partd>=1.4.0 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading partd-1.4.2-py3-none-any.whl.metadata (4.6 kB)
        Collecting pyyaml>=5.3.1 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading 
pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (2.4 kB)
        Collecting toolz>=0.10.0 (from dask==2025.03.0->-r wxs.txt (line 6))
        Downloading toolz-1.1.0-py3-none-any.whl.metadata (5.1 kB)
        Collecting apache-airflow-providers-amazon>=9.0.0 (from 
apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_amazon-9.17.0-py3-none-any.whl.metadata (12 kB)
        Collecting a2wsgi>=1.10.8 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading a2wsgi-1.10.10-py3-none-any.whl.metadata (4.0 kB)
        Collecting aiosqlite>=0.20.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading aiosqlite-0.21.0-py3-none-any.whl.metadata (4.3 kB)
        Collecting alembic<2.0,>=1.13.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading alembic-1.17.2-py3-none-any.whl.metadata (7.2 kB)
        Collecting apache-airflow-providers-common-compat>=1.7.4 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_common_compat-1.9.0-py3-none-any.whl.metadata (5.6 kB)
        Collecting apache-airflow-providers-common-io>=1.6.3 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_common_io-1.6.5-py3-none-any.whl.metadata (5.6 kB)
        Collecting apache-airflow-providers-common-sql>=1.28.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_common_sql-1.29.0-py3-none-any.whl.metadata (6.8 kB)
        Collecting apache-airflow-providers-smtp>=2.3.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_smtp-2.3.2-py3-none-any.whl.metadata (5.2 kB)
        Collecting apache-airflow-providers-standard>=1.9.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_standard-1.9.2-py3-none-any.whl.metadata (5.1 kB)
        Collecting argcomplete>=1.10 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading argcomplete-3.6.3-py3-none-any.whl.metadata (16 kB)
        Collecting asgiref>=2.3.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading asgiref-3.10.0-py3-none-any.whl.metadata (9.3 kB)
        Collecting attrs!=25.2.0,>=22.1.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
        Collecting cadwyn>=5.2.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading cadwyn-5.6.1-py3-none-any.whl.metadata (4.5 kB)
        Collecting colorlog>=6.8.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading colorlog-6.10.1-py3-none-any.whl.metadata (11 kB)
        Collecting cron-descriptor>=1.2.24 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading cron_descriptor-2.0.6-py3-none-any.whl.metadata (8.1 kB)
        Collecting croniter>=2.0.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading croniter-6.0.0-py2.py3-none-any.whl.metadata (32 kB)
        Collecting cryptography>=41.0.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
cryptography-46.0.3-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
        Collecting deprecated>=1.2.13 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading deprecated-1.3.1-py2.py3-none-any.whl.metadata (5.9 kB)
        Collecting dill>=0.2.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB)
        Collecting fastapi<0.118.0,>=0.116.0 (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading fastapi-0.117.1-py3-none-any.whl.metadata (28 kB)
        Collecting httpx>=0.25.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
        Collecting importlib-metadata>=7.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB)
        Collecting itsdangerous>=2.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
        Collecting jinja2>=3.1.5 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
        Collecting jsonschema>=4.19.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB)
        Collecting libcst>=1.8.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading libcst-1.8.6-cp312-cp312-manylinux_2_28_x86_64.whl.metadata 
(15 kB)
        Collecting linkify-it-py>=2.0.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB)
        Collecting lockfile>=0.12.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading lockfile-0.12.2-py2.py3-none-any.whl.metadata (2.4 kB)
        Collecting methodtools>=0.4.7 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading methodtools-0.4.7-py2.py3-none-any.whl.metadata (3.0 kB)
        Collecting msgspec>=0.19.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
msgspec-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (6.9 kB)
        Collecting natsort>=8.4.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB)
        Collecting opentelemetry-api>=1.27.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading opentelemetry_api-1.38.0-py3-none-any.whl.metadata (1.5 kB)
        Collecting opentelemetry-exporter-otlp>=1.27.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
opentelemetry_exporter_otlp-1.38.0-py3-none-any.whl.metadata (2.4 kB)
        Collecting opentelemetry-proto<9999,>=1.27.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading opentelemetry_proto-1.38.0-py3-none-any.whl.metadata (2.3 
kB)
        Collecting pathspec>=0.9.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
        Collecting pluggy>=1.5.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
        Collecting psutil>=5.8.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
psutil-7.1.3-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata
 (23 kB)
        Collecting pydantic>=2.11.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pydantic-2.12.4-py3-none-any.whl.metadata (89 kB)
        Collecting pygments!=2.19.0,>=2.0.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
        Collecting pygtrie>=2.5.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pygtrie-2.5.0-py3-none-any.whl.metadata (7.5 kB)
        Collecting pyjwt>=2.10.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB)
        Collecting python-daemon>=3.0.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading python_daemon-3.1.2-py3-none-any.whl.metadata (4.8 kB)
        Collecting python-dateutil>=2.7.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata 
(8.4 kB)
        Collecting python-slugify>=5.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
        Collecting requests<3,>=2.32.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
        Collecting rich-argparse>=1.0.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading rich_argparse-1.7.2-py3-none-any.whl.metadata (14 kB)
        Collecting rich>=13.6.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading rich-14.2.0-py3-none-any.whl.metadata (18 kB)
        Collecting setproctitle>=1.3.3 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
setproctitle-1.3.7-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (10 kB)
        Collecting sqlalchemy-jsonfield>=1.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading SQLAlchemy_JSONField-1.0.2-py3-none-any.whl.metadata (5.2 
kB)
        Collecting sqlalchemy-utils>=0.41.2 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading sqlalchemy_utils-0.42.0-py3-none-any.whl.metadata (4.6 kB)
        Collecting sqlalchemy>=1.4.49 (from 
sqlalchemy[asyncio]>=1.4.49->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
sqlalchemy-2.0.44-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (9.5 kB)
        Collecting starlette>=0.45.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading starlette-0.50.0-py3-none-any.whl.metadata (6.3 kB)
        Collecting structlog>=25.4.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading structlog-25.5.0-py3-none-any.whl.metadata (9.5 kB)
        Collecting svcs>=25.1.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading svcs-25.1.0-py3-none-any.whl.metadata (7.6 kB)
        Collecting tabulate>=0.9.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
        Collecting tenacity>=8.3.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading tenacity-9.1.2-py3-none-any.whl.metadata (1.2 kB)
        Collecting termcolor>=3.0.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading termcolor-3.2.0-py3-none-any.whl.metadata (6.4 kB)
        Collecting typing-extensions>=4.14.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
        Collecting universal-pathlib<0.3.0,>=0.2.6 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading universal_pathlib-0.2.6-py3-none-any.whl.metadata (25 kB)
        Collecting uuid6>=2024.7.10 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading uuid6-2025.0.1-py3-none-any.whl.metadata (10 kB)
        Collecting uvicorn>=0.37.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading uvicorn-0.38.0-py3-none-any.whl.metadata (6.8 kB)
        Collecting babel>=2.17.0 (from 
apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB)
        Collecting greenback>=1.2.1 (from 
apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading greenback-1.2.1-py3-none-any.whl.metadata (9.5 kB)
        Collecting tzdata>=2020.1 (from pendulum->-r wxs.txt (line 2))
        Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
        Collecting bs4>=0.0.2 (from wxs-external-data>=1.0.2->-r wxs.txt (line 
4))
        Downloading bs4-0.0.2-py2.py3-none-any.whl.metadata (411 bytes)
        Collecting cdsapi>=0.5.0 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading cdsapi-0.7.7-py2.py3-none-any.whl.metadata (3.1 kB)
        Collecting cfgrib>=0.9.15.0 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading cfgrib-0.9.15.1-py3-none-any.whl.metadata (56 kB)
        Collecting geopandas<2.0.0,>=1.0.1 (from wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading geopandas-1.1.1-py3-none-any.whl.metadata (2.3 kB)
        Collecting pandas>=2.2.2 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading 
pandas-2.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata
 (91 kB)
        Collecting paramiko>=2.9.2 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading paramiko-4.0.0-py3-none-any.whl.metadata (3.9 kB)
        Collecting pyOpenSSL>=24.0.0 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading pyopenssl-25.3.0-py3-none-any.whl.metadata (17 kB)
        Collecting pysftp>=0.2.9 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading pysftp-0.2.9.tar.gz (25 kB)
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
        Collecting scp>=0.14.4 (from wxs-external-data>=1.0.2->-r wxs.txt (line 
4))
        Downloading scp-0.15.0-py2.py3-none-any.whl.metadata (4.3 kB)
        Collecting twilio>=7.7.0 (from wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading twilio-9.8.6-py2.py3-none-any.whl.metadata (13 kB)
        Collecting wxs-rad-logger>=1.1.0 (from wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
https://pypi.fury.io/orbitalmicro/-/ver_QoorD/wxs_rad_logger-1.9.0-py3-none-any.whl
 (11 kB)
        Collecting xarray<2026.0.0,>=2025.4.0 (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading xarray-2025.11.0-py3-none-any.whl.metadata (12 kB)
        Collecting zarr!=3.0.3,>=3 (from icechunk->-r wxs.txt (line 5))
        Downloading zarr-3.1.3-py3-none-any.whl.metadata (10 kB)
        Collecting apache-airflow-providers-http (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
apache_airflow_providers_http-5.5.0-py3-none-any.whl.metadata (5.9 kB)
        Collecting boto3>=1.37.2 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading boto3-1.40.74-py3-none-any.whl.metadata (6.8 kB)
        Collecting botocore>=1.37.2 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading botocore-1.40.74-py3-none-any.whl.metadata (5.9 kB)
        Collecting inflection>=0.5.1 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading inflection-0.5.1-py2.py3-none-any.whl.metadata (1.7 kB)
        Collecting watchtower<4,>=3.3.1 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading watchtower-3.4.0-py3-none-any.whl.metadata (16 kB)
        Collecting jsonpath_ng>=1.5.3 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB)
        Collecting redshift_connector>=2.1.3 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading redshift_connector-2.1.9-py3-none-any.whl.metadata (69 kB)
        Collecting PyAthena>=3.10.0 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading pyathena-3.22.0-py3-none-any.whl.metadata (6.3 kB)
        Collecting jmespath>=0.7.0 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
        Collecting sagemaker-studio>=1.0.9 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading sagemaker_studio-1.1.2-py3-none-any.whl.metadata (32 kB)
        Collecting marshmallow>=3 (from 
apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading marshmallow-4.1.0-py3-none-any.whl.metadata (7.4 kB)
        Collecting beautifulsoup4 (from 
bs4>=0.0.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading beautifulsoup4-4.14.2-py3-none-any.whl.metadata (3.8 kB)
        Collecting ecmwf-datastores-client>=0.4.0 (from 
cdsapi>=0.5.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading ecmwf_datastores_client-0.4.1-py3-none-any.whl.metadata (21 
kB)
        Collecting tqdm (from cdsapi>=0.5.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)
        Collecting eccodes>=0.9.8 (from 
cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading eccodes-2.44.0-py3-none-any.whl.metadata (15 kB)
        Collecting numpy (from cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
numpy-2.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata
 (62 kB)
        Collecting pyogrio>=0.7.2 (from 
geopandas<2.0.0,>=1.0.1->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
pyogrio-0.11.1-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (5.3 kB)
        Collecting pyproj>=3.5.0 (from 
geopandas<2.0.0,>=1.0.1->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading pyproj-3.7.2-cp312-cp312-manylinux_2_28_x86_64.whl.metadata 
(31 kB)
        Collecting shapely>=2.0.0 (from 
geopandas<2.0.0,>=1.0.1->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
shapely-2.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (6.8 kB)
        Collecting pytz>=2020.1 (from 
pandas>=2.2.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
        Collecting bcrypt>=3.2 (from 
paramiko>=2.9.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading bcrypt-5.0.0-cp39-abi3-manylinux_2_34_x86_64.whl.metadata 
(10 kB)
        Collecting invoke>=2.0 (from 
paramiko>=2.9.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading invoke-2.2.1-py3-none-any.whl.metadata (3.3 kB)
        Collecting pynacl>=1.5 (from 
paramiko>=2.9.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading pynacl-1.6.1-cp38-abi3-manylinux_2_34_x86_64.whl.metadata 
(9.8 kB)
        Collecting locket (from partd>=1.4.0->dask==2025.03.0->-r wxs.txt (line 
6))
        Downloading locket-1.0.0-py2.py3-none-any.whl.metadata (2.8 kB)
        Collecting six>=1.5 (from 
python-dateutil>=2.7.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
        Collecting aiohttp>=3.8.4 (from 
twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
aiohttp-3.13.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (8.1 kB)
        Collecting aiohttp-retry>=2.8.3 (from 
twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading aiohttp_retry-2.9.1-py3-none-any.whl.metadata (8.8 kB)
        Collecting plotly>=5.0.0 (from 
wxs-rad-logger>=1.1.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading plotly-6.5.0-py3-none-any.whl.metadata (8.5 kB)
        Collecting setuptools>=75.5.0 (from 
wxs-rad-logger>=1.1.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
        Collecting netCDF4>=1.6.0 (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading 
netcdf4-1.7.3-cp311-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata
 (1.9 kB)
        Collecting h5netcdf (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading h5netcdf-1.7.3-py3-none-any.whl.metadata (13 kB)
        Collecting pydap (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading pydap-3.5.8-py3-none-any.whl.metadata (9.1 kB)
        Collecting scipy>=1.13 (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading 
scipy-1.16.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (62 kB)
        Collecting cftime (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading 
cftime-1.6.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (8.7 kB)
        Collecting pooch (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading pooch-1.8.2-py3-none-any.whl.metadata (10 kB)
        Collecting pandas-stubs (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading pandas_stubs-2.3.2.250926-py3-none-any.whl.metadata (10 kB)
        Collecting scipy-stubs (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading scipy_stubs-1.16.3.0-py3-none-any.whl.metadata (24 kB)
        Collecting types-PyYAML (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_pyyaml-6.0.12.20250915-py3-none-any.whl.metadata (1.7 
kB)
        Collecting types-Pygments (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_pygments-2.19.0.20250809-py3-none-any.whl.metadata 
(1.9 kB)
        Collecting types-colorama (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_colorama-0.4.15.20250801-py3-none-any.whl.metadata 
(1.7 kB)
        Collecting types-decorator (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_decorator-5.2.0.20251101-py3-none-any.whl.metadata 
(1.8 kB)
        Collecting types-defusedxml (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_defusedxml-0.7.0.20250822-py3-none-any.whl.metadata 
(1.8 kB)
        Collecting types-docutils (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_docutils-0.22.3.20251115-py3-none-any.whl.metadata 
(1.7 kB)
        Collecting types-networkx (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_networkx-3.5.0.20251106-py3-none-any.whl.metadata 
(1.8 kB)
        Collecting types-pexpect (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_pexpect-4.9.0.20250916-py3-none-any.whl.metadata (1.7 
kB)
        Collecting types-psutil (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_psutil-7.0.0.20251116-py3-none-any.whl.metadata (1.7 
kB)
        Collecting types-pycurl (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_pycurl-7.45.7.20251101-py3-none-any.whl.metadata (1.7 
kB)
        Collecting types-openpyxl (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_openpyxl-3.1.5.20250919-py3-none-any.whl.metadata 
(1.7 kB)
        Collecting types-python-dateutil (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading 
types_python_dateutil-2.9.0.20251115-py3-none-any.whl.metadata (1.8 kB)
        Collecting types-pytz (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_pytz-2025.2.0.20251108-py3-none-any.whl.metadata (1.7 
kB)
        Collecting types-requests (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_requests-2.32.4.20250913-py3-none-any.whl.metadata 
(2.0 kB)
        Collecting types-setuptools (from 
xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading types_setuptools-80.9.0.20250822-py3-none-any.whl.metadata 
(1.9 kB)
        Collecting donfig>=0.8 (from zarr!=3.0.3,>=3->icechunk->-r wxs.txt 
(line 5))
        Downloading donfig-0.8.1.post1-py3-none-any.whl.metadata (5.0 kB)
        Collecting numcodecs>=0.14 (from 
numcodecs[crc32c]>=0.14->zarr!=3.0.3,>=3->icechunk->-r wxs.txt (line 5))
        Downloading 
numcodecs-0.16.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (3.3 kB)
        Collecting aiohappyeyeballs>=2.5.0 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB)
        Collecting aiosignal>=1.4.0 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB)
        Collecting frozenlist>=1.1.1 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
frozenlist-1.8.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (20 kB)
        Collecting multidict<7.0,>=4.5 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
multidict-6.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (5.3 kB)
        Collecting propcache>=0.2.0 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
propcache-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (13 kB)
        Collecting yarl<2.0,>=1.17.0 (from 
aiohttp>=3.8.4->twilio>=7.7.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
yarl-1.22.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (75 kB)
        Collecting Mako (from 
alembic<2.0,>=1.13.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading mako-1.3.10-py3-none-any.whl.metadata (2.9 kB)
        Collecting sqlparse>=0.5.1 (from 
apache-airflow-providers-common-sql>=1.28.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading sqlparse-0.5.3-py3-none-any.whl.metadata (3.9 kB)
        Collecting more-itertools>=9.0.0 (from 
apache-airflow-providers-common-sql>=1.28.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading more_itertools-10.8.0-py3-none-any.whl.metadata (39 kB)
        Collecting aiosmtplib>=0.1.6 (from 
apache-airflow-providers-smtp>=2.3.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading aiosmtplib-5.0.0-py3-none-any.whl.metadata (3.6 kB)
        Collecting s3transfer<0.15.0,>=0.14.0 (from 
boto3>=1.37.2->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading s3transfer-0.14.0-py3-none-any.whl.metadata (1.7 kB)
        Collecting urllib3!=2.2.0,<3,>=1.25.4 (from 
botocore>=1.37.2->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
        INFO: pip is looking at multiple versions of cadwyn to determine which 
version is compatible with other requirements. This could take a while.
        Collecting cadwyn>=5.2.1 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading cadwyn-5.6.0-py3-none-any.whl.metadata (4.5 kB)
        Downloading cadwyn-5.5.0-py3-none-any.whl.metadata (4.5 kB)
        Downloading cadwyn-5.4.5-py3-none-any.whl.metadata (4.5 kB)
        Collecting typing-inspection>=0.4.0 (from 
cadwyn>=5.2.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
        Collecting cffi>=2.0.0 (from 
cryptography>=41.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata 
(2.6 kB)
        Collecting wrapt<3,>=1.10 (from 
deprecated>=1.2.13->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
wrapt-2.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (9.0 kB)
        Collecting findlibs (from 
eccodes>=0.9.8->cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading findlibs-0.1.2-py3-none-any.whl.metadata (4.5 kB)
        Collecting eccodeslib (from 
eccodes>=0.9.8->cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading 
eccodeslib-2.44.0.5-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (4.2 kB)
        Collecting multiurl>=0.3.7 (from 
ecmwf-datastores-client>=0.4.0->cdsapi>=0.5.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading multiurl-0.3.7-py3-none-any.whl.metadata (2.8 kB)
        Collecting starlette>=0.45.0 (from 
apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading starlette-0.48.0-py3-none-any.whl.metadata (6.3 kB)
        Collecting fastapi-cli>=0.0.8 (from 
fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading fastapi_cli-0.0.16-py3-none-any.whl.metadata (6.4 kB)
        Collecting python-multipart>=0.0.18 (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)
        Collecting email-validator>=2.0.0 (from 
fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading email_validator-2.3.0-py3-none-any.whl.metadata (26 kB)
        Collecting greenlet!=0.4.17 (from 
greenback>=1.2.1->apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
greenlet-3.2.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata
 (4.1 kB)
        Collecting sniffio (from 
greenback>=1.2.1->apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
        Collecting outcome (from 
greenback>=1.2.1->apache-airflow-task-sdk>=1.1.1->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB)
        Collecting anyio (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading anyio-4.11.0-py3-none-any.whl.metadata (4.1 kB)
        Collecting certifi (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB)
        Collecting httpcore==1.* (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
        Collecting idna (from 
httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
        Collecting h11>=0.16 (from 
httpcore==1.*->httpx>=0.25.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
        Collecting zipp>=3.20 (from 
importlib-metadata>=7.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB)
        Collecting MarkupSafe>=2.0 (from 
jinja2>=3.1.5->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (2.7 kB)
        Collecting ply (from 
jsonpath_ng>=1.5.3->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
        Collecting jsonschema-specifications>=2023.03.6 (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB)
        Collecting referencing>=0.28.4 (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB)
        Collecting rpds-py>=0.7.1 (from 
jsonschema>=4.19.1->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
rpds_py-0.29.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (4.1 kB)
        Collecting uc-micro-py (from 
linkify-it-py>=2.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB)
        Collecting wirerope>=0.4.7 (from 
methodtools>=0.4.7->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading wirerope-1.0.0-py2.py3-none-any.whl.metadata (3.3 kB)
        Collecting crc32c>=2.7 (from 
numcodecs[crc32c]>=0.14->zarr!=3.0.3,>=3->icechunk->-r wxs.txt (line 5))
        Downloading 
crc32c-2.8-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (7.8 kB)
        Collecting opentelemetry-exporter-otlp-proto-grpc==1.38.0 (from 
opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
opentelemetry_exporter_otlp_proto_grpc-1.38.0-py3-none-any.whl.metadata (2.4 kB)
        Collecting opentelemetry-exporter-otlp-proto-http==1.38.0 (from 
opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
opentelemetry_exporter_otlp_proto_http-1.38.0-py3-none-any.whl.metadata (2.3 kB)
        Collecting googleapis-common-protos~=1.57 (from 
opentelemetry-exporter-otlp-proto-grpc==1.38.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading googleapis_common_protos-1.72.0-py3-none-any.whl.metadata 
(9.4 kB)
        Collecting grpcio<2.0.0,>=1.63.2 (from 
opentelemetry-exporter-otlp-proto-grpc==1.38.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
grpcio-1.76.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (3.7 kB)
        Collecting opentelemetry-exporter-otlp-proto-common==1.38.0 (from 
opentelemetry-exporter-otlp-proto-grpc==1.38.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
opentelemetry_exporter_otlp_proto_common-1.38.0-py3-none-any.whl.metadata (1.8 
kB)
        Collecting opentelemetry-sdk~=1.38.0 (from 
opentelemetry-exporter-otlp-proto-grpc==1.38.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading opentelemetry_sdk-1.38.0-py3-none-any.whl.metadata (1.5 kB)
        Collecting protobuf<7.0,>=5.0 (from 
opentelemetry-proto<9999,>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading protobuf-6.33.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 
(593 bytes)
        Collecting narwhals>=1.15.1 (from 
plotly>=5.0.0->wxs-rad-logger>=1.1.0->wxs-external-data>=1.0.2->-r wxs.txt 
(line 4))
        Downloading narwhals-2.12.0-py3-none-any.whl.metadata (11 kB)
        Collecting annotated-types>=0.6.0 (from 
pydantic>=2.11.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
        Collecting pydantic-core==2.41.5 (from 
pydantic>=2.11.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
pydantic_core-2.41.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (7.3 kB)
        Collecting text-unidecode>=1.3 (from 
python-slugify>=5.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
        Collecting scramp<1.5.0,>=1.2.0 (from 
redshift_connector>=2.1.3->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading scramp-1.4.6-py3-none-any.whl.metadata (19 kB)
        Collecting lxml<6.0.0,>=4.6.5 (from 
redshift_connector>=2.1.3->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata 
(3.5 kB)
        Collecting soupsieve>1.2 (from 
beautifulsoup4->bs4>=0.0.2->wxs-external-data>=1.0.2->-r wxs.txt (line 4))
        Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB)
        Collecting charset_normalizer<4,>=2 (from 
requests<3,>=2.32.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (37 kB)
        Collecting markdown-it-py>=2.2.0 (from 
rich>=13.6.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
        Collecting duckdb>=1.4.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
duckdb-1.4.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata
 (4.3 kB)
        Collecting pymysql>=1.1.2 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading pymysql-1.1.2-py3-none-any.whl.metadata (4.3 kB)
        Collecting snowflake-sqlalchemy>=1.7.7 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading snowflake_sqlalchemy-1.7.7-py3-none-any.whl.metadata (29 kB)
        Collecting sqlalchemy-bigquery>=0.0.7 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading sqlalchemy_bigquery-1.16.0-py3-none-any.whl.metadata (15 kB)
        Collecting pydynamodb>=0.7.4 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading pydynamodb-0.7.5-py3-none-any.whl.metadata (8.0 kB)
        Collecting psycopg2-binary>=2.9.10 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
psycopg2_binary-2.9.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (4.9 kB)
        Collecting pymssql>=2.3.8 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
pymssql-2.3.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata
 (4.2 kB)
        Collecting awswrangler>=3.5.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading awswrangler-3.14.0-py3-none-any.whl.metadata (16 kB)
        Collecting pyiceberg>=0.7.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
pyiceberg-0.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (4.9 kB)
        Collecting numpy (from cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
numpy-2.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 
(62 kB)
        Collecting pyarrow>=19.0.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
pyarrow-22.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.2 kB)
        Collecting aws-embedded-metrics>=3.3.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading aws_embedded_metrics-3.3.0-py3-none-any.whl.metadata (14 kB)
        Collecting requests-toolbelt>=1.0.0 (from 
apache-airflow-providers-http->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 
kB)
        Collecting h5py (from 
h5netcdf->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
h5py-3.15.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata
 (3.0 kB)
        Collecting platformdirs>=2.5.0 (from 
pooch->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading platformdirs-4.5.0-py3-none-any.whl.metadata (12 kB)
        Collecting requests-cache (from 
pydap->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading requests_cache-1.2.1-py3-none-any.whl.metadata (9.9 kB)
        Collecting Webob (from 
pydap->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading WebOb-1.8.9-py2.py3-none-any.whl.metadata (11 kB)
        Collecting optype<0.15,>=0.14.0 (from 
optype[numpy]<0.15,>=0.14.0->scipy-stubs->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r
 wxs.txt (line 4))
        Downloading optype-0.14.0-py3-none-any.whl.metadata (116 kB)
        Collecting pyarrow>=19.0.0 (from 
sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
pyarrow-21.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB)
        Collecting pycparser (from 
cffi>=2.0.0->cryptography>=41.0.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading pycparser-2.23-py3-none-any.whl.metadata (993 bytes)
        Collecting dnspython>=2.0.0 (from 
email-validator>=2.0.0->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading dnspython-2.8.0-py3-none-any.whl.metadata (5.7 kB)
        Collecting typer>=0.15.1 (from 
fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading typer-0.20.0-py3-none-any.whl.metadata (16 kB)
        Collecting rich-toolkit>=0.14.8 (from 
fastapi-cli>=0.0.8->fastapi-cli[standard-no-fastapi-cloud-cli]>=0.0.8; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading rich_toolkit-0.15.1-py3-none-any.whl.metadata (1.0 kB)
        Collecting mdurl~=0.1 (from 
markdown-it-py>=2.2.0->rich>=13.6.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
        Collecting numpy-typing-compat<20250819,>=20250818.1.25 (from 
optype[numpy]<0.15,>=0.14.0->scipy-stubs->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r
 wxs.txt (line 4))
        Downloading numpy_typing_compat-20250818.2.3-py3-none-any.whl.metadata 
(7.9 kB)
        Collecting pyparsing>=3.0.0 (from 
pydynamodb>=0.7.4->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading pyparsing-3.2.5-py3-none-any.whl.metadata (5.0 kB)
        Collecting sqlean.py>=3.45.0 (from 
pydynamodb>=0.7.4->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
sqlean_py-3.50.4.5-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (4.5 kB)
        Collecting cachetools<7.0,>=5.5 (from 
pyiceberg>=0.7.0->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading cachetools-6.2.2-py3-none-any.whl.metadata (5.6 kB)
        Collecting mmh3<6.0.0,>=4.0.0 (from 
pyiceberg>=0.7.0->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
mmh3-5.2.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (14 kB)
        Collecting pyroaring<2.0.0,>=1.0.0 (from 
pyiceberg>=0.7.0->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
pyroaring-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (10 kB)
        Collecting sortedcontainers==2.4.0 (from 
pyiceberg>=0.7.0->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
        Collecting strictyaml<2.0.0,>=1.7.0 (from 
pyiceberg>=0.7.0->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading strictyaml-1.7.3-py3-none-any.whl.metadata (11 kB)
        Collecting asn1crypto>=1.5.1 (from 
scramp<1.5.0,>=1.2.0->redshift_connector>=2.1.3->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB)
        Collecting snowflake-connector-python<4.0.0 (from 
snowflake-sqlalchemy>=1.7.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
snowflake_connector_python-3.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (74 kB)
        Collecting 
google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5 (from 
sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading google_api_core-2.28.1-py3-none-any.whl.metadata (3.3 kB)
        Collecting google-auth<3.0.0,>=1.25.0 (from 
sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading google_auth-2.43.0-py2.py3-none-any.whl.metadata (6.6 kB)
        Collecting google-cloud-bigquery<4.0.0,>=3.3.6 (from 
sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading google_cloud_bigquery-3.38.0-py3-none-any.whl.metadata (8.0 
kB)
        Collecting httptools>=0.6.3 (from uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
httptools-0.7.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata
 (3.5 kB)
        Collecting python-dotenv>=0.13 (from uvicorn[standard]>=0.12.0; extra 
== 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading python_dotenv-1.2.1-py3-none-any.whl.metadata (25 kB)
        Collecting uvloop>=0.15.1 (from uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
uvloop-0.22.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (4.9 kB)
        Collecting watchfiles>=0.13 (from uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
watchfiles-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (4.9 kB)
        Collecting websockets>=10.4 (from uvicorn[standard]>=0.12.0; extra == 
"standard-no-fastapi-cloud-cli"->fastapi[standard-no-fastapi-cloud-cli]<0.118.0,>=0.116.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
websockets-15.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (6.8 kB)
        Collecting eckitlib==1.32.2.5 (from 
eccodeslib->eccodes>=0.9.8->cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
eckitlib-1.32.2.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata
 (3.3 kB)
        Collecting fckitlib==0.14.0.5 (from 
eccodeslib->eccodes>=0.9.8->cfgrib>=0.9.15.0->wxs-external-data>=1.0.2->-r 
wxs.txt (line 4))
        Downloading 
fckitlib-0.14.0.5-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.1 kB)
        Collecting cattrs>=22.2 (from 
requests-cache->pydap->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r
 wxs.txt (line 4))
        Downloading cattrs-25.3.0-py3-none-any.whl.metadata (8.4 kB)
        Collecting url-normalize>=1.4 (from 
requests-cache->pydap->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r
 wxs.txt (line 4))
        Downloading url_normalize-2.2.1-py3-none-any.whl.metadata (5.6 kB)
        Collecting proto-plus<2.0.0,>=1.22.3 (from 
google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0,>=1.31.5->sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading proto_plus-1.26.1-py3-none-any.whl.metadata (2.2 kB)
        Collecting pyasn1-modules>=0.2.1 (from 
google-auth<3.0.0,>=1.25.0->sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB)
        Collecting rsa<5,>=3.1.4 (from 
google-auth<3.0.0,>=1.25.0->sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB)
        Collecting google-cloud-core<3.0.0,>=2.4.1 (from 
google-cloud-bigquery<4.0.0,>=3.3.6->sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading google_cloud_core-2.5.0-py3-none-any.whl.metadata (3.1 kB)
        Collecting google-resumable-media<3.0.0,>=2.0.0 (from 
google-cloud-bigquery<4.0.0,>=3.3.6->sqlalchemy-bigquery>=0.0.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading google_resumable_media-2.8.0-py3-none-any.whl.metadata (2.6 
kB)
        INFO: pip is looking at multiple versions of numpy-typing-compat to 
determine which version is compatible with other requirements. This could take 
a while.
        Collecting numpy-typing-compat<20250819,>=20250818.1.25 (from 
optype[numpy]<0.15,>=0.14.0->scipy-stubs->xarray[io,types]<2026.0.0,>=2025.4.0->wxs-external-data>=1.0.2->-r
 wxs.txt (line 4))
        Downloading numpy_typing_compat-20250818.2.2-py3-none-any.whl.metadata 
(7.9 kB)
        Collecting opentelemetry-semantic-conventions==0.59b0 (from 
opentelemetry-sdk~=1.38.0->opentelemetry-exporter-otlp-proto-grpc==1.38.0->opentelemetry-exporter-otlp>=1.27.0->apache-airflow-core==3.1.3->apache-airflow==3.1.3->apache-airflow[amazon]==3.1.3)
        Downloading 
opentelemetry_semantic_conventions-0.59b0-py3-none-any.whl.metadata (2.4 kB)
        INFO: pip is looking at multiple versions of snowflake-connector-python 
to determine which version is compatible with other requirements. This could 
take a while.
        Collecting snowflake-connector-python<4.0.0 (from 
snowflake-sqlalchemy>=1.7.7->sagemaker-studio>=1.0.9->apache-airflow-providers-amazon>=9.0.0->apache-airflow[amazon]==3.1.3)
        Downloading 
snowflake_connector_python-3.17.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (74 kB)
        Downloading 
snowflake_connector_python-3.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (74 kB)
        Downloading 
snowflake_connector_python-3.17.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (74 kB)
        Downloading 
snowflake_connector_python-3.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (73 kB)
        Downloading 
snowflake_connector_python-3.17.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (73 kB)
        Downloading 
snowflake_connector_python-3.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (71 kB)
        Downloading 
snowflake_connector_python-3.15.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (70 kB)
        INFO: pip is still looking at multiple versions of 
snowflake-connector-python to determine which version is compatible with other 
requirements. This could take a while.
        Downloading 
snowflake_connector_python-3.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (69 kB)
        Downloading 
snowflake_connector_python-3.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (67 kB)
        Downloading 
snowflake_connector_python-3.13.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (67 kB)
        Downloading 
snowflake_connector_python-3.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (66 kB)
        Downloading 
snowflake_connector_python-3.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (66 kB)
        INFO: This is taking longer than usual. You might need to provide the 
dependency resolver with stricter constraints to reduce runtime. See 
https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort 
this run, press Ctrl + C.
        Downloading 
snowflake_connector_python-3.12.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (65 kB)
        Downloading 
snowflake_connector_python-3.12.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (65 kB)
        Downloading 
snowflake_connector_python-3.12.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (65 kB)
        Downloading 
snowflake_connector_python-3.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (64 kB)
        Downloading 
snowflake_connector_python-3.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (64 kB)
        Downloading 
snowflake_connector_python-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (63 kB)
        Downloading 
snowflake_connector_python-3.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (62 kB)
        Downloading 
snowflake_connector_python-3.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (62 kB)
        Downloading 
snowflake_connector_python-3.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (62 kB)
        Downloading 
snowflake_connector_python-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (62 kB)
        Downloading 
snowflake_connector_python-3.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (62 kB)
        Downloading 
snowflake_connector_python-3.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (59 kB)
        Downloading 
snowflake_connector_python-3.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (59 kB)
        Downloading snowflake-connector-python-3.6.0.tar.gz (705 kB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 706.0/706.0 kB 5.4 MB/s eta 
0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
        Downloading snowflake-connector-python-3.5.0.tar.gz (702 kB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 702.3/702.3 kB 5.5 MB/s eta 
0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
        Downloading snowflake-connector-python-3.4.1.tar.gz (722 kB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 722.2/722.2 kB 5.1 MB/s eta 
0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'error'
        error: subprocess-exited-with-error
        
        × pip subprocess to install build dependencies did not run successfully.
        │ exit code: 1
        ╰─> [425 lines of output]
        Looking in indexes: https://pypi.org/simple, 
https://dschneider-wxs:****@pypi.fury.io/orbitalmicro/, 
https://dschneider-wxs:****@pypi.fury.io/orbitalmicro/
        Collecting setuptools>=40.6.0
        Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
        Collecting wheel
        Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
        Collecting cython
        Using cached 
cython-3.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata
 (6.7 kB)
        Collecting pyarrow<10.1.0,>=10.0.1
        Downloading pyarrow-10.0.1.tar.gz (994 kB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 994.1/994.1 kB 20.0 MB/s eta 
0:00:00
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'done'
        Preparing metadata (pyproject.toml): started
        Preparing metadata (pyproject.toml): finished with status 'done'
        Collecting numpy>=1.16.6 (from pyarrow<10.1.0,>=10.0.1)
        Downloading 
numpy-2.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata
 (62 kB)
        Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
        Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
        Using cached 
cython-3.2.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
 (3.4 MB)
        Downloading 
numpy-2.3.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 
MB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 24.3 MB/s eta 
0:00:00
        Building wheels for collected packages: pyarrow
        Building wheel for pyarrow (pyproject.toml): started
        Building wheel for pyarrow (pyproject.toml): finished with status 
'error'
        error: subprocess-exited-with-error
        
        × Building wheel for pyarrow (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [388 lines of output]
        <string>:36: UserWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources 
package is slated for removal as early as 2025-11-30. Refrain from using this 
package or pin to Setuptools<81.
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289:
 UserWarning: Unknown distribution option: 'tests_require'
        warnings.warn(msg)
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289:
 UserWarning: Unknown distribution option: 'test_suite'
        warnings.warn(msg)
        toml section missing PosixPath('pyproject.toml') does not contain a 
tool.setuptools_scm section
        toml section missing PosixPath('pyproject.toml') does not contain a 
tool.setuptools_scm section
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/dist.py:759:
 SetuptoolsDeprecationWarning: License classifiers are deprecated.
        !!
        
        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:
        
        License :: OSI Approved :: Apache Software License
        
        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************
        
        !!
        self._finalize_license_expression()
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/dist.py:483:
 SetuptoolsDeprecationWarning: Pattern '../LICENSE.txt' cannot contain '..'
        !!
        
        
********************************************************************************
        Please ensure the files specified are contained by the root
        of the Python package (normally marked by `pyproject.toml`).
        
        By 2026-Mar-20, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.
        
        See 
https://packaging.python.org/en/latest/specifications/glob-patterns/ for 
details.
        
********************************************************************************
        
        !!
        for path in sorted(cls._find_pattern(pattern, enforce_match))
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/dist.py:483:
 SetuptoolsDeprecationWarning: Cannot find any files for the given pattern.
        !!
        
        
********************************************************************************
        Pattern '../LICENSE.txt' did not match any files.
        
        By 2026-Mar-20, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.
        
********************************************************************************
        
        !!
        for path in sorted(cls._find_pattern(pattern, enforce_match))
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/dist.py:483:
 SetuptoolsDeprecationWarning: Pattern '../NOTICE.txt' cannot contain '..'
        !!
        
        
********************************************************************************
        Please ensure the files specified are contained by the root
        of the Python package (normally marked by `pyproject.toml`).
        
        By 2026-Mar-20, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.
        
        See 
https://packaging.python.org/en/latest/specifications/glob-patterns/ for 
details.
        
********************************************************************************
        
        !!
        for path in sorted(cls._find_pattern(pattern, enforce_match))
        
/tmp/pip-build-env-04xkdwh1/overlay/lib/python3.12/site-packages/setuptools/dist.py:483:
 SetuptoolsDeprecationWarning: Cannot find any files for the given pattern.
        !!
        
        
********************************************************************************
        Pattern '../NOTICE.txt' did not match any files.
        
        By 2026-Mar-20, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.
        
********************************************************************************
        
        !!
        for path in sorted(cls._find_pattern(pattern, enforce_match))
        running bdist_wheel
        running build
        running build_py
        creating build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/orc.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/benchmark.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_generated_version.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/util.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/filesystem.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/ipc.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/cuda.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/cffi.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/flight.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/serialization.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/csv.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/jvm.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/hdfs.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/fs.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/feather.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/json.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/conftest.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_compute_docstrings.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/substrait.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/types.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/plasma.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/pandas_compat.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/dataset.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/compute.py -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/__init__.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_io.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_cffi.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_exec_plan.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/arrow_7980.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_builder.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_fs.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/read_record_batch.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_scalars.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/util.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_tensor.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_deprecations.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_gdb.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_adhoc_memory_leak.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_schema.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_pandas.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_cpp_internals.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_filesystem.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/strategies.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_array.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_udf.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_ipc.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_strategies.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_memory.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_serialization_deprecated.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/pandas_examples.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_cuda.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_hdfs.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_cython.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/arrow_16597.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/deserialize_buffer.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_orc.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_sparse_tensor.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/pandas_threaded_import.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_extension_type.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_json.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_dataset.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_convert_builtin.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_gandiva.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/conftest.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_feather.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_plasma_tf_op.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_csv.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_misc.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_substrait.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_util.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_flight.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_plasma.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_types.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_table.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_jvm.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_compute.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/__init__.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_cuda_numba_interop.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/test_serialization.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        creating build/lib.linux-x86_64-cpython-312/pyarrow/parquet
        copying pyarrow/parquet/encryption.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/parquet
        copying pyarrow/parquet/core.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/parquet
        copying pyarrow/parquet/__init__.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/parquet
        creating build/lib.linux-x86_64-cpython-312/pyarrow/vendored
        copying pyarrow/vendored/docscrape.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/vendored
        copying pyarrow/vendored/version.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/vendored
        copying pyarrow/vendored/__init__.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/vendored
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_basic.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/encryption.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_encryption.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_pandas.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_data_types.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_metadata.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_datetime.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_parquet_file.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/common.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_dataset.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/conftest.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_compliant_nested_type.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/__init__.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        copying pyarrow/tests/parquet/test_parquet_writer.py -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/parquet
        running egg_info
        writing pyarrow.egg-info/PKG-INFO
        writing dependency_links to pyarrow.egg-info/dependency_links.txt
        writing entry points to pyarrow.egg-info/entry_points.txt
        writing requirements to pyarrow.egg-info/requires.txt
        writing top-level names to pyarrow.egg-info/top_level.txt
        listing git files failed - pretending there aren't any
        reading manifest file 'pyarrow.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        warning: no files found matching '../LICENSE.txt'
        warning: no files found matching '../NOTICE.txt'
        warning: no previously-included files matching '*.so' found anywhere in 
distribution
        warning: no previously-included files matching '*.pyc' found anywhere 
in distribution
        warning: no previously-included files matching '*~' found anywhere in 
distribution
        warning: no previously-included files matching '#*' found anywhere in 
distribution
        warning: no previously-included files matching '.git*' found anywhere 
in distribution
        warning: no previously-included files matching '.DS_Store' found 
anywhere in distribution
        no previously-included directories found matching '.asv'
        writing manifest file 'pyarrow.egg-info/SOURCES.txt'
        copying pyarrow/__init__.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_compute.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_compute.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_csv.pxd -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_csv.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_cuda.pxd -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_cuda.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_dataset.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_dataset.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_dataset_orc.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_dataset_parquet.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_exec_plan.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_feather.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_flight.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_fs.pxd -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_fs.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_gcsfs.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_hdfs.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_hdfsio.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_json.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_orc.pxd -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_orc.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_parquet.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_parquet.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_parquet_encryption.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_parquet_encryption.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_plasma.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_pyarrow_cpp_tests.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_pyarrow_cpp_tests.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_s3fs.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/_substrait.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/array.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/benchmark.pxi -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/builder.pxi -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/compat.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/config.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/error.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/gandiva.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/io.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/ipc.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/lib.pxd -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/lib.pyx -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/memory.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/pandas-shim.pxi -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/public-api.pxi -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/scalar.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/serialization.pxi -> 
build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/table.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/tensor.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        copying pyarrow/types.pxi -> build/lib.linux-x86_64-cpython-312/pyarrow
        creating build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_fs.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/common.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_flight.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_dataset.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libplasma.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_python.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libgandiva.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/__init__.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_substrait.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_cuda.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_feather.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/includes/libarrow_dataset_parquet.pxd -> 
build/lib.linux-x86_64-cpython-312/pyarrow/includes
        copying pyarrow/tests/bound_function_visit_strings.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        copying pyarrow/tests/pyarrow_cython_example.pyx -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tensorflow
        copying pyarrow/tensorflow/plasma_op.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tensorflow
        creating build/lib.linux-x86_64-cpython-312/pyarrow/src
        copying pyarrow/src/ArrowPythonConfig.cmake.in -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src
        copying pyarrow/src/ArrowPythonFlightConfig.cmake.in -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src
        copying pyarrow/src/CMakeLists.txt -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src
        copying pyarrow/src/arrow-python-flight.pc.in -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src
        copying pyarrow/src/arrow-python.pc.in -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/parquet
        copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/parquet
        copying 
pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/parquet
        copying pyarrow/tests/data/parquet/v0.7.1.parquet -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/parquet
        copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/parquet
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/feather
        copying 
pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/feather
        creating build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/README.md -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/decimal.jsn.gz -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        copying pyarrow/tests/data/orc/decimal.orc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/tests/data/orc
        creating build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/CMakeLists.txt -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/api.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/arrow_to_pandas.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/arrow_to_pandas.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/arrow_to_python_internal.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/benchmark.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/benchmark.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/common.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/common.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/csv.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/csv.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/datetime.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/datetime.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/decimal.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/decimal.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/deserialize.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/deserialize.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/extension_type.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/extension_type.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/filesystem.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/filesystem.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/flight.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/flight.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/gdb.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/gdb.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/helpers.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/helpers.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/inference.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/inference.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/init.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/init.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/io.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/io.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/ipc.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/ipc.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/iterators.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_convert.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_convert.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_internal.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_interop.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_to_arrow.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/numpy_to_arrow.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/parquet_encryption.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/parquet_encryption.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/pch.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/platform.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/pyarrow.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/pyarrow.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/pyarrow_api.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/pyarrow_lib.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/python_test.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/python_test.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/python_to_arrow.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/python_to_arrow.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/serialize.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/serialize.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/type_traits.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/udf.cc -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/udf.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        copying pyarrow/src/arrow/python/visibility.h -> 
build/lib.linux-x86_64-cpython-312/pyarrow/src/arrow/python
        running build_ext
        creating 
/tmp/pip-install-a5m8rhbi/pyarrow_5d8316566f8a4e829a2cfbae62560800/build/cpp
        -- Running CMake for PyArrow C++
        cmake -DARROW_BUILD_DIR=build -DCMAKE_BUILD_TYPE=release 
-DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_INSTALL_PREFIX=/tmp/pip-install-a5m8rhbi/pyarrow_5d8316566f8a4e829a2cfbae62560800/build/dist
 -DPYTHON_EXECUTABLE=/home/airflow/wxs-venv/bin/python3.12 
-DPython3_EXECUTABLE=/home/airflow/wxs-venv/bin/python3.12 -DPYARROW_CXXFLAGS= 
-DPYARROW_WITH_DATASET=off -DPYARROW_WITH_PARQUET_ENCRYPTION=off 
-DPYARROW_WITH_HDFS=off -DPYARROW_WITH_FLIGHT=off 
/tmp/pip-install-a5m8rhbi/pyarrow_5d8316566f8a4e829a2cfbae62560800/pyarrow/src
        -- The C compiler identification is GNU 12.2.0
        -- The CXX compiler identification is GNU 12.2.0
        -- Detecting C compiler ABI info
        -- Detecting C compiler ABI info - done
        -- Check for working C compiler: /usr/bin/cc - skipped
        -- Detecting C compile features
        -- Detecting C compile features - done
        -- Detecting CXX compiler ABI info
        -- Detecting CXX compiler ABI info - done
        -- Check for working CXX compiler: /usr/bin/c++ - skipped
        -- Detecting CXX compile features
        -- Detecting CXX compile features - done
        CMake Error at CMakeLists.txt:63 (find_package):
        By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has
        asked CMake to find a package configuration file provided by "Arrow", 
but
        CMake did not find one.
        
        Could not find a package configuration file provided by "Arrow" with 
any of
        the following names:
        
        ArrowConfig.cmake
        arrow-config.cmake
        
        Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
        "Arrow_DIR" to a directory containing one of the above files.  If 
"Arrow"
        provides a separate development package or SDK, be sure it has been
        installed.
        
        
        -- Configuring incomplete, errors occurred!
        See also 
"/tmp/pip-install-a5m8rhbi/pyarrow_5d8316566f8a4e829a2cfbae62560800/build/cpp/CMakeFiles/CMakeOutput.log".
        error: command '/usr/bin/cmake' failed with exit code 1
        [end of output]
        
        note: This error originates from a subprocess, and is likely not a 
problem with pip.
        ERROR: Failed building wheel for pyarrow
        Failed to build pyarrow
        ERROR: Failed to build installable wheels for some pyproject.toml based 
projects (pyarrow)
        [end of output]
        
        note: This error originates from a subprocess, and is likely not a 
problem with pip.
        
        [notice] A new release of pip is available: 25.0.1 -> 25.3
        [notice] To update, run: python3.12 -m pip install --upgrade pip
        error: subprocess-exited-with-error
        
        × pip subprocess to install build dependencies did not run successfully.
        │ exit code: 1
        ╰─> See above for output.
        
        note: This error originates from a subprocess, and is likely not a 
problem with pip.
   ```


-- 
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]

Reply via email to