Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run ./install.sh end with gcc error #5627

Open
lucasfen opened this issue Dec 18, 2024 · 3 comments
Open

run ./install.sh end with gcc error #5627

lucasfen opened this issue Dec 18, 2024 · 3 comments

Comments

@lucasfen
Copy link

`error: [Errno 2] No such file or directory: 'gcc'
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 ERROR: Failed building wheel for blis
149.9 Failed to build murmurhash cymem blis
149.9 ERROR: Could not build wheels for murmurhash, cymem, blis, which is required to install pyproject.toml-based projects
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 error: subprocess-exited-with-error
149.9
149.9 × pip subprocess to install build dependencies did not run successfully.
149.9 │ exit code: 1
149.9 ╰─> See above for output.
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 error: subprocess-exited-with-error
149.9
149.9 × pip subprocess to install build dependencies did not run successfully.
149.9 │ exit code: 1
149.9 ╰─> See above for output.
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.

failed to solve: process "/bin/bash -o pipefail -o errexit -c buildDeps="" && apt-get update && apt-get install -y --no-install-recommends "$buildDeps" && pip install -U /tmp/dist/.whl && apt-get purge -y --auto-remove "$buildDeps" && apt-get install -y --no-install-recommends pkg-config postgresql-client-14 nodejs && apt-get clean && rm -rf /var/lib/apt/lists/ && mkdir -p /mjml_install && cd /mjml_install && npm install --no-cache-dir mjml && mv node_modules / && cd / && rm -rf /mjml_install" did not complete successfully: exit code: 1
Cleaning up...
`

@lucasfen lucasfen changed the title fail to install dispatch run ./install.sh end with gcc error Dec 18, 2024
@jackdlb-uipath
Copy link

jackdlb-uipath commented Jan 6, 2025

seeing the exact same error as @lucasfen

Full error below
```
...
=> ERROR [core stage-1 7/7] RUN buildDeps=""   && apt-get update   && apt-get install -y --no-install-recommends "$buildDeps"   && pip  30.0s 
------                                                                                                                                         
> [core stage-1 7/7] RUN buildDeps=""   && apt-get update   && apt-get install -y --no-install-recommends "$buildDeps"   && pip install -U /tmp/dist/*.whl   && apt-get purge -y --auto-remove "$buildDeps"   && apt-get install -y --no-install-recommends   pkg-config postgresql-client-14 nodejs   && apt-get clean   && rm -rf /var/lib/apt/lists/*   && mkdir -p /mjml_install   && cd /mjml_install   && npm install --no-cache-dir mjml   && mv node_modules /   && cd /   && rm -rf /mjml_install:                                                                                
0.103 Hit:1 http://deb.debian.org/debian bullseye InRelease                                                                                    
0.107 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease                                                                  
0.199 Hit:3 https://deb.nodesource.com/node_20.x nodistro InRelease
0.231 Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
0.322 Hit:5 http://apt.postgresql.org/pub/repos/apt bullseye-pgdg InRelease
0.355 Reading package lists...
0.562 Reading package lists...
0.752 Building dependency tree...
0.803 Reading state information...
0.859 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1.477 Processing /tmp/dist/dispatch-0.1.0.dev0-py3-none-any.whl
1.767 Collecting aiocache==0.12.3 (from dispatch==0.1.0.dev0)
1.821   Downloading aiocache-0.12.3-py2.py3-none-any.whl.metadata (8.3 kB)
1.834 Collecting aiofiles==24.1.0 (from dispatch==0.1.0.dev0)
1.842   Downloading aiofiles-24.1.0-py3-none-any.whl.metadata (10 kB)
1.861 Collecting aiohappyeyeballs==2.4.3 (from dispatch==0.1.0.dev0)
1.867   Downloading aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
2.087 Collecting aiohttp==3.11.10 (from dispatch==0.1.0.dev0)
2.132   Downloading aiohttp-3.11.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
2.145 Collecting aiosignal==1.3.1 (from dispatch==0.1.0.dev0)
2.152   Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
2.174 Collecting alembic==1.14.0 (from dispatch==0.1.0.dev0)
2.179   Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB)
2.197 Collecting anyio==4.6.2.post1 (from dispatch==0.1.0.dev0)
2.205   Downloading anyio-4.6.2.post1-py3-none-any.whl.metadata (4.7 kB)
2.223 Collecting atlassian-python-api==3.32.0 (from dispatch==0.1.0.dev0)
2.269   Downloading atlassian-python-api-3.32.0.tar.gz (142 kB)
2.283      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.5/142.5 kB 11.2 MB/s eta 0:00:00
2.297   Installing build dependencies: started
3.008   Installing build dependencies: finished with status 'done'
3.008   Getting requirements to build wheel: started
3.087   Getting requirements to build wheel: finished with status 'done'
3.088   Preparing metadata (pyproject.toml): started
3.152   Preparing metadata (pyproject.toml): finished with status 'done'
3.164 Collecting attrs==22.1.0 (from dispatch==0.1.0.dev0)
3.171   Downloading attrs-22.1.0-py2.py3-none-any.whl.metadata (11 kB)
3.183 Collecting backoff==2.2.1 (from dispatch==0.1.0.dev0)
3.188   Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)
3.214 Collecting bcrypt==4.2.1 (from dispatch==0.1.0.dev0)
3.221   Downloading bcrypt-4.2.1-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (9.8 kB)
3.250 Collecting blis==1.0.1 (from dispatch==0.1.0.dev0)
3.256   Downloading blis-1.0.1.tar.gz (3.6 MB)
3.462      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 17.6 MB/s eta 0:00:00
3.687   Installing build dependencies: started
6.822   Installing build dependencies: finished with status 'done'
6.822   Getting requirements to build wheel: started
7.864   Getting requirements to build wheel: finished with status 'done'
7.872   Preparing metadata (pyproject.toml): started
8.089   Preparing metadata (pyproject.toml): finished with status 'done'
8.153 Collecting blockkit==1.5.2 (from dispatch==0.1.0.dev0)
8.200   Downloading blockkit-1.5.2-py2.py3-none-any.whl.metadata (4.8 kB)
8.400 Collecting boto3==1.35.56 (from dispatch==0.1.0.dev0)
8.407   Downloading boto3-1.35.56-py3-none-any.whl.metadata (6.7 kB)
8.626 Collecting botocore==1.35.56 (from dispatch==0.1.0.dev0)
8.633   Downloading botocore-1.35.56-py3-none-any.whl.metadata (5.7 kB)
8.646 Collecting cachetools==5.5.0 (from dispatch==0.1.0.dev0)
8.654   Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
8.705 Collecting catalogue==2.0.10 (from dispatch==0.1.0.dev0)
8.711   Downloading catalogue-2.0.10-py3-none-any.whl.metadata (14 kB)
8.725 Collecting certifi==2024.8.30 (from dispatch==0.1.0.dev0)
8.732   Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
8.789 Collecting cffi==1.17.1 (from dispatch==0.1.0.dev0)
8.794   Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
8.805 Collecting chardet==5.2.0 (from dispatch==0.1.0.dev0)
8.811   Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
8.853 Collecting charset-normalizer==3.4.0 (from dispatch==0.1.0.dev0)
8.860   Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (34 kB)
8.876 Collecting click==8.1.7 (from dispatch==0.1.0.dev0)
8.884   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
8.896 Collecting cloudpathlib==0.20.0 (from dispatch==0.1.0.dev0)
8.903   Downloading cloudpathlib-0.20.0-py3-none-any.whl.metadata (14 kB)
8.916 Collecting colorama==0.4.6 (from dispatch==0.1.0.dev0)
8.921   Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
8.933 Collecting confection==0.1.5 (from dispatch==0.1.0.dev0)
8.940   Downloading confection-0.1.5-py3-none-any.whl.metadata (19 kB)
9.025 Collecting cryptography==39.0.2 (from dispatch==0.1.0.dev0)
9.067   Downloading cryptography-39.0.2-cp36-abi3-manylinux_2_28_aarch64.whl.metadata (5.6 kB)
9.083 Collecting cssselect==1.2.0 (from dispatch==0.1.0.dev0)
9.089   Downloading cssselect-1.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
9.106 Collecting cssutils==2.11.1 (from dispatch==0.1.0.dev0)
9.113   Downloading cssutils-2.11.1-py3-none-any.whl.metadata (8.7 kB)
9.174 Collecting cymem==2.0.8 (from dispatch==0.1.0.dev0)
9.180   Downloading cymem-2.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (8.4 kB)
9.193 Collecting decorator==5.1.1 (from dispatch==0.1.0.dev0)
9.199   Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
9.212 Collecting defusedxml==0.7.1 (from dispatch==0.1.0.dev0)
9.218   Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
9.236 Collecting deprecated==1.2.14 (from dispatch==0.1.0.dev0)
9.243   Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB)
9.254 Collecting distro==1.9.0 (from dispatch==0.1.0.dev0)
9.261   Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
9.277 Collecting dnspython==2.7.0 (from dispatch==0.1.0.dev0)
9.283   Downloading dnspython-2.7.0-py3-none-any.whl.metadata (5.8 kB)
9.336 Collecting duo-client==5.3.0 (from dispatch==0.1.0.dev0)
9.345   Downloading duo_client-5.3.0-py3-none-any.whl.metadata (2.5 kB)
9.364 Collecting ecdsa==0.19.0 (from dispatch==0.1.0.dev0)
9.372   Downloading ecdsa-0.19.0-py2.py3-none-any.whl.metadata (29 kB)
9.394 Collecting email-validator==2.2.0 (from dispatch==0.1.0.dev0)
9.400   Downloading email_validator-2.2.0-py3-none-any.whl.metadata (25 kB)
9.569 Collecting emails==0.6 (from dispatch==0.1.0.dev0)
9.614   Downloading emails-0.6-py2.py3-none-any.whl.metadata (2.1 kB)
9.651 Collecting fastapi==0.115.6 (from dispatch==0.1.0.dev0)
9.657   Downloading fastapi-0.115.6-py3-none-any.whl.metadata (27 kB)
9.687 Collecting frozenlist==1.5.0 (from dispatch==0.1.0.dev0)
9.694   Downloading frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (13 kB)
9.721 Collecting google-api-core==2.22.0 (from dispatch==0.1.0.dev0)
9.730   Downloading google_api_core-2.22.0-py3-none-any.whl.metadata (2.9 kB)
9.765 Collecting google-api-python-client==2.155.0 (from dispatch==0.1.0.dev0)
9.810   Downloading google_api_python_client-2.155.0-py2.py3-none-any.whl.metadata (6.7 kB)
9.845 Collecting google-auth==2.36.0 (from dispatch==0.1.0.dev0)
9.851   Downloading google_auth-2.36.0-py2.py3-none-any.whl.metadata (4.7 kB)
9.860 Collecting google-auth-httplib2==0.2.0 (from dispatch==0.1.0.dev0)
9.866   Downloading google_auth_httplib2-0.2.0-py2.py3-none-any.whl.metadata (2.2 kB)
9.877 Collecting google-auth-oauthlib==1.2.1 (from dispatch==0.1.0.dev0)
9.883   Downloading google_auth_oauthlib-1.2.1-py2.py3-none-any.whl.metadata (2.7 kB)
9.895 Collecting googleapis-common-protos==1.65.0 (from dispatch==0.1.0.dev0)
9.901   Downloading googleapis_common_protos-1.65.0-py2.py3-none-any.whl.metadata (1.5 kB)
9.916 Collecting graphql-core==3.2.5 (from dispatch==0.1.0.dev0)
9.923   Downloading graphql_core-3.2.5-py3-none-any.whl.metadata (10 kB)
9.934 Collecting h11==0.14.0 (from dispatch==0.1.0.dev0)
9.940   Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
9.956 Collecting httpcore==1.0.6 (from dispatch==0.1.0.dev0)
9.961   Downloading httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
9.975 Collecting httplib2==0.22.0 (from dispatch==0.1.0.dev0)
9.981   Downloading httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB)
9.997 Collecting httpx==0.28.1 (from dispatch==0.1.0.dev0)
10.00   Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
10.18 Collecting hypothesis==6.91.0 (from dispatch==0.1.0.dev0)
10.23   Downloading hypothesis-6.91.0-py3-none-any.whl.metadata (6.0 kB)
10.28 Collecting hypothesis-graphql==0.11.1 (from dispatch==0.1.0.dev0)
10.29   Downloading hypothesis_graphql-0.11.1-py3-none-any.whl.metadata (6.9 kB)
10.31 Collecting hypothesis-jsonschema==0.22.1 (from dispatch==0.1.0.dev0)
10.44   Downloading hypothesis_jsonschema-0.22.1-py3-none-any.whl.metadata (3.9 kB)
10.48 Collecting idna==3.10 (from dispatch==0.1.0.dev0)
10.49   Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
10.53 Collecting importlib-resources==6.4.5 (from dispatch==0.1.0.dev0)
10.54   Downloading importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB)
10.55 Collecting iniconfig==2.0.0 (from dispatch==0.1.0.dev0)
10.56   Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
10.62 Collecting jinja2==3.1.4 (from dispatch==0.1.0.dev0)
10.63   Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
10.64 Collecting jira==2.0.0 (from dispatch==0.1.0.dev0)
10.65   Downloading jira-2.0.0-py2.py3-none-any.whl.metadata (6.5 kB)
10.68 Collecting jiter==0.7.0 (from dispatch==0.1.0.dev0)
10.69   Downloading jiter-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.2 kB)
10.69 Collecting jmespath==1.0.1 (from dispatch==0.1.0.dev0)
10.70   Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
10.72 Collecting joblib==1.4.2 (from dispatch==0.1.0.dev0)
10.72   Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
10.73 Collecting jsonpath-ng==1.7.0 (from dispatch==0.1.0.dev0)
10.74   Downloading jsonpath_ng-1.7.0-py3-none-any.whl.metadata (18 kB)
10.76 Collecting jsonschema==4.17.3 (from dispatch==0.1.0.dev0)
10.77   Downloading jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB)
10.78 Collecting junit-xml==1.9 (from dispatch==0.1.0.dev0)
10.78   Downloading junit_xml-1.9-py2.py3-none-any.whl.metadata (3.2 kB)
10.80 Collecting langcodes==3.4.1 (from dispatch==0.1.0.dev0)
10.80   Downloading langcodes-3.4.1-py3-none-any.whl.metadata (29 kB)
10.81 Collecting language-data==1.2.0 (from dispatch==0.1.0.dev0)
10.82   Downloading language_data-1.2.0-py3-none-any.whl.metadata (4.3 kB)
10.84 Collecting limits==3.13.0 (from dispatch==0.1.0.dev0)
10.85   Downloading limits-3.13.0-py3-none-any.whl.metadata (7.2 kB)
10.94 Collecting lxml==5.3.0 (from dispatch==0.1.0.dev0)
10.95   Downloading lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (3.8 kB)
10.97 Collecting mako==1.3.6 (from dispatch==0.1.0.dev0)
10.97   Downloading Mako-1.3.6-py3-none-any.whl.metadata (2.9 kB)
11.04 Collecting marisa-trie==1.2.1 (from dispatch==0.1.0.dev0)
11.05   Downloading marisa_trie-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.0 kB)
11.07 Collecting markdown==3.7 (from dispatch==0.1.0.dev0)
11.07   Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
11.09 Collecting markdown-it-py==3.0.0 (from dispatch==0.1.0.dev0)
11.09   Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
11.12 Collecting markupsafe==3.0.2 (from dispatch==0.1.0.dev0)
11.13   Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.0 kB)
11.14 Collecting mdurl==0.1.2 (from dispatch==0.1.0.dev0)
11.15   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
11.16 Collecting more-itertools==10.5.0 (from dispatch==0.1.0.dev0)
11.17   Downloading more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
11.19 Collecting msal==1.31.1 (from dispatch==0.1.0.dev0)
11.19   Downloading msal-1.31.1-py3-none-any.whl.metadata (11 kB)
11.28 Collecting multidict==6.1.0 (from dispatch==0.1.0.dev0)
11.29   Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.0 kB)
11.31 Collecting murmurhash==1.0.10 (from dispatch==0.1.0.dev0)
11.31   Downloading murmurhash-1.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.0 kB)
11.45 Collecting numpy==2.0.2 (from dispatch==0.1.0.dev0)
11.46   Downloading numpy-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (62 kB)
11.47      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 15.2 MB/s eta 0:00:00
11.49 Collecting oauth2client==4.1.3 (from dispatch==0.1.0.dev0)
11.50   Downloading oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB)
11.51 Collecting oauthlib==3.2.2 (from oauthlib[signedtoken]==3.2.2->dispatch==0.1.0.dev0)
11.52   Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
11.55 Collecting openai==1.57.4 (from dispatch==0.1.0.dev0)
11.55   Downloading openai-1.57.4-py3-none-any.whl.metadata (24 kB)
11.57 Collecting packaging==24.2 (from dispatch==0.1.0.dev0)
11.58   Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
11.64 Collecting pandas==2.2.3 (from dispatch==0.1.0.dev0)
11.65   Downloading pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (89 kB)
11.66      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.9/89.9 kB 16.1 MB/s eta 0:00:00
11.67 Collecting patsy==0.5.6 (from dispatch==0.1.0.dev0)
11.68   Downloading patsy-0.5.6-py2.py3-none-any.whl.metadata (3.5 kB)
11.70 Collecting pbr==6.1.0 (from dispatch==0.1.0.dev0)
11.71   Downloading pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)
11.72 Collecting pdpyras==5.3.0 (from dispatch==0.1.0.dev0)
11.73   Downloading pdpyras-5.3.0.tar.gz (25 kB)
11.73   Preparing metadata (setup.py): started
11.91   Preparing metadata (setup.py): finished with status 'done'
11.92 Collecting pluggy==1.5.0 (from dispatch==0.1.0.dev0)
11.93   Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
11.94 Collecting ply==3.11 (from dispatch==0.1.0.dev0)
11.95   Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
11.96 Collecting premailer==3.10.0 (from dispatch==0.1.0.dev0)
11.97   Downloading premailer-3.10.0-py2.py3-none-any.whl.metadata (15 kB)
12.03 Collecting preshed==3.0.9 (from dispatch==0.1.0.dev0)
12.04   Downloading preshed-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.2 kB)
12.06 Collecting propcache==0.2.0 (from dispatch==0.1.0.dev0)
12.07   Downloading propcache-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
12.08 Collecting proto-plus==1.25.0 (from dispatch==0.1.0.dev0)
12.09   Downloading proto_plus-1.25.0-py3-none-any.whl.metadata (2.2 kB)
12.20 Collecting protobuf==4.23.4 (from dispatch==0.1.0.dev0)
12.21   Downloading protobuf-4.23.4-cp37-abi3-manylinux2014_aarch64.whl.metadata (540 bytes)
12.24 Collecting psycopg2-binary==2.9.10 (from dispatch==0.1.0.dev0)
12.25   Downloading psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.9 kB)
12.29 Collecting pyarrow==18.1.0 (from dispatch==0.1.0.dev0)
12.30   Downloading pyarrow-18.1.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (3.3 kB)
12.32 Collecting pyasn1==0.6.1 (from dispatch==0.1.0.dev0)
12.32   Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
12.34 Collecting pyasn1-modules==0.4.1 (from dispatch==0.1.0.dev0)
12.34   Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
12.35 Collecting pycparser==2.22 (from dispatch==0.1.0.dev0)
12.36   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
12.49 Collecting pydantic==1.10.19 (from dispatch==0.1.0.dev0)
12.49   Downloading pydantic-1.10.19-py3-none-any.whl.metadata (152 kB)
12.51      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.5/152.5 kB 8.5 MB/s eta 0:00:00
12.53 Collecting pygments==2.18.0 (from dispatch==0.1.0.dev0)
12.53   Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
12.55 Collecting pyjwt==2.9.0 (from pyjwt[crypto]==2.9.0->dispatch==0.1.0.dev0)
12.56   Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB)
12.58 Collecting pyparsing==3.2.0 (from dispatch==0.1.0.dev0)
12.58   Downloading pyparsing-3.2.0-py3-none-any.whl.metadata (5.0 kB)
12.64 Collecting pyrate-limiter==2.10.0 (from dispatch==0.1.0.dev0)
12.65   Downloading pyrate_limiter-2.10.0-py3-none-any.whl.metadata (15 kB)
12.67 Collecting pyrsistent==0.20.0 (from dispatch==0.1.0.dev0)
12.67   Downloading pyrsistent-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (27 kB)
12.71 Collecting pytest==7.4.4 (from dispatch==0.1.0.dev0)
12.72   Downloading pytest-7.4.4-py3-none-any.whl.metadata (7.9 kB)
12.73 Collecting pytest-subtests==0.7.0 (from dispatch==0.1.0.dev0)
12.78   Downloading pytest_subtests-0.7.0-py3-none-any.whl.metadata (6.2 kB)
12.79 Collecting python-dateutil==2.9.0.post0 (from dispatch==0.1.0.dev0)
12.80   Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
12.81 Collecting python-jose==3.3.0 (from dispatch==0.1.0.dev0)
12.82   Downloading python_jose-3.3.0-py2.py3-none-any.whl.metadata (5.4 kB)
12.84 Collecting python-multipart==0.0.20 (from dispatch==0.1.0.dev0)
12.84   Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)
12.86 Collecting python-slugify==8.0.4 (from dispatch==0.1.0.dev0)
12.86   Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
12.90 Collecting pytz==2024.2 (from dispatch==0.1.0.dev0)
12.91   Downloading pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
12.93 Collecting pyyaml==6.0.2 (from dispatch==0.1.0.dev0)
12.94   Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
12.97 Collecting requests==2.32.3 (from dispatch==0.1.0.dev0)
12.97   Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
12.98 Collecting requests-oauthlib==2.0.0 (from dispatch==0.1.0.dev0)
12.99   Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
13.00 Collecting requests-toolbelt==1.0.0 (from dispatch==0.1.0.dev0)
13.01   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
13.04 Collecting rich==13.9.4 (from dispatch==0.1.0.dev0)
13.05   Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
13.06 Collecting rsa==4.9 (from dispatch==0.1.0.dev0)
13.07   Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
13.08 Collecting s3transfer==0.10.3 (from dispatch==0.1.0.dev0)
13.09   Downloading s3transfer-0.10.3-py3-none-any.whl.metadata (1.7 kB)
13.14 Collecting schedule==1.2.2 (from dispatch==0.1.0.dev0)
13.14   Downloading schedule-1.2.2-py3-none-any.whl.metadata (3.8 kB)
13.20 Collecting schemathesis==3.21.2 (from dispatch==0.1.0.dev0)
13.24   Downloading schemathesis-3.21.2-py3-none-any.whl.metadata (15 kB)
13.30 Collecting scipy==1.14.1 (from dispatch==0.1.0.dev0)
13.31   Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (60 kB)
13.32      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 25.3 MB/s eta 0:00:00
13.37 Collecting sentry-asgi==0.2.0 (from dispatch==0.1.0.dev0)
13.42   Downloading sentry-asgi-0.2.0.tar.gz (3.4 kB)
13.42   Preparing metadata (setup.py): started
13.51   Preparing metadata (setup.py): finished with status 'done'
13.55 Collecting sentry-sdk==1.45.0 (from dispatch==0.1.0.dev0)
13.60   Downloading sentry_sdk-1.45.0-py2.py3-none-any.whl.metadata (9.9 kB)
13.61 Collecting sh==2.1.0 (from dispatch==0.1.0.dev0)
13.62   Downloading sh-2.1.0-py3-none-any.whl.metadata (3.4 kB)
13.63 Collecting shellingham==1.5.4 (from dispatch==0.1.0.dev0)
13.64   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
13.65 Collecting six==1.16.0 (from dispatch==0.1.0.dev0)
13.66   Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
13.69 Collecting slack-bolt==1.21.3 (from dispatch==0.1.0.dev0)
13.73   Downloading slack_bolt-1.21.3-py2.py3-none-any.whl.metadata (11 kB)
13.77 Collecting slack-sdk==3.33.5 (from dispatch==0.1.0.dev0)
13.78   Downloading slack_sdk-3.33.5-py2.py3-none-any.whl.metadata (15 kB)
13.83 Collecting slowapi==0.1.9 (from dispatch==0.1.0.dev0)
13.83   Downloading slowapi-0.1.9-py3-none-any.whl.metadata (3.0 kB)
13.85 Collecting smart-open==7.0.5 (from dispatch==0.1.0.dev0)
13.86   Downloading smart_open-7.0.5-py3-none-any.whl.metadata (24 kB)
13.87 Collecting sniffio==1.3.1 (from dispatch==0.1.0.dev0)
13.88   Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
13.89 Collecting sortedcontainers==2.4.0 (from dispatch==0.1.0.dev0)
13.90   Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
13.98 Collecting spacy==3.8.3 (from dispatch==0.1.0.dev0)
14.04   Downloading spacy-3.8.3.tar.gz (1.3 MB)
14.10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 19.6 MB/s eta 0:00:00
14.21   Installing build dependencies: started
29.16   Installing build dependencies: finished with status 'error'
29.17   error: subprocess-exited-with-error
29.17   
29.17   × pip subprocess to install build dependencies did not run successfully.
29.17   │ exit code: 1
29.17   ╰─> [183 lines of output]
29.17       Ignoring numpy: markers 'python_version < "3.9"' don't match your environment
29.17       Collecting setuptools
29.17         Downloading setuptools-75.7.0-py3-none-any.whl.metadata (6.7 kB)
29.17       Collecting cython<3.0,>=0.25
29.17         Downloading Cython-0.29.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.metadata (3.1 kB)
29.17       Collecting cymem<2.1.0,>=2.0.2
29.17         Downloading cymem-2.0.10.tar.gz (10 kB)
29.17         Installing build dependencies: started
29.17         Installing build dependencies: finished with status 'done'
29.17         Getting requirements to build wheel: started
29.17         Getting requirements to build wheel: finished with status 'done'
29.17         Preparing metadata (pyproject.toml): started
29.17         Preparing metadata (pyproject.toml): finished with status 'done'
29.17       Collecting preshed<3.1.0,>=3.0.2
29.17         Downloading preshed-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.2 kB)
29.17       Collecting murmurhash<1.1.0,>=0.28.0
29.17         Downloading murmurhash-1.0.11.tar.gz (13 kB)
29.17         Installing build dependencies: started
29.17         Installing build dependencies: finished with status 'done'
29.17         Getting requirements to build wheel: started
29.17         Getting requirements to build wheel: finished with status 'done'
29.17         Preparing metadata (pyproject.toml): started
29.17         Preparing metadata (pyproject.toml): finished with status 'done'
29.17       Collecting thinc<8.4.0,>=8.3.0
29.17         Downloading thinc-8.3.3.tar.gz (193 kB)
29.17            ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.9/193.9 kB 11.9 MB/s eta 0:00:00
29.17         Installing build dependencies: started
29.17         Installing build dependencies: finished with status 'error'
29.17         error: subprocess-exited-with-error
29.17       
29.17         × pip subprocess to install build dependencies did not run successfully.
29.17         │ exit code: 1
29.17         ╰─> [140 lines of output]
29.17             Collecting setuptools
29.17               Downloading setuptools-75.7.0-py3-none-any.whl.metadata (6.7 kB)
29.17             Collecting cython<3.0,>=0.29.0
29.17               Downloading Cython-0.29.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.metadata (3.1 kB)
29.17             Collecting murmurhash<1.1.0,>=1.0.2
29.17               Downloading murmurhash-1.0.11.tar.gz (13 kB)
29.17               Installing build dependencies: started
29.17               Installing build dependencies: finished with status 'done'
29.17               Getting requirements to build wheel: started
29.17               Getting requirements to build wheel: finished with status 'done'
29.17               Preparing metadata (pyproject.toml): started
29.17               Preparing metadata (pyproject.toml): finished with status 'done'
29.17             Collecting cymem<2.1.0,>=2.0.2
29.17               Downloading cymem-2.0.10.tar.gz (10 kB)
29.17               Installing build dependencies: started
29.17               Installing build dependencies: finished with status 'done'
29.17               Getting requirements to build wheel: started
29.17               Getting requirements to build wheel: finished with status 'done'
29.17               Preparing metadata (pyproject.toml): started
29.17               Preparing metadata (pyproject.toml): finished with status 'done'
29.17             Collecting preshed<3.1.0,>=3.0.2
29.17               Downloading preshed-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.2 kB)
29.17             Collecting blis<1.2.0,>=1.1.0
29.17               Downloading blis-1.1.0.tar.gz (3.6 MB)
29.17                  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 21.8 MB/s eta 0:00:00
29.17               Installing build dependencies: started
29.17               Installing build dependencies: finished with status 'done'
29.17               Getting requirements to build wheel: started
29.17               Getting requirements to build wheel: finished with status 'done'
29.17               Preparing metadata (pyproject.toml): started
29.17               Preparing metadata (pyproject.toml): finished with status 'done'
29.17             Collecting numpy<3.0.0,>=2.0.0
29.17               Downloading numpy-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (63 kB)
29.17                  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 kB 25.5 MB/s eta 0:00:00
29.17             Downloading setuptools-75.7.0-py3-none-any.whl (1.2 MB)
29.17                ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 17.9 MB/s eta 0:00:00
29.17             Downloading Cython-0.29.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB)
29.17                ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.7 MB/s eta 0:00:00
29.17             Downloading preshed-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150 kB)
29.17                ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.1/150.1 kB 17.9 MB/s eta 0:00:00
29.17             Downloading numpy-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.3 MB)
29.17                ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.3/14.3 MB 18.9 MB/s eta 0:00:00
29.17             Building wheels for collected packages: murmurhash, cymem, blis
29.17               Building wheel for murmurhash (pyproject.toml): started
29.17               Building wheel for murmurhash (pyproject.toml): finished with status 'error'
29.17               error: subprocess-exited-with-error
29.17       
29.17               × Building wheel for murmurhash (pyproject.toml) did not run successfully.
29.17               │ exit code: 1
29.17               ╰─> [21 lines of output]
29.17                   running bdist_wheel
29.17                   running build
29.17                   running build_py
29.17                   creating build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   copying murmurhash/about.py -> build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   copying murmurhash/__init__.py -> build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   creating build/lib.linux-aarch64-cpython-311/murmurhash/tests
29.17                   copying murmurhash/tests/test_import.py -> build/lib.linux-aarch64-cpython-311/murmurhash/tests
29.17                   copying murmurhash/tests/test_hash.py -> build/lib.linux-aarch64-cpython-311/murmurhash/tests
29.17                   copying murmurhash/tests/__init__.py -> build/lib.linux-aarch64-cpython-311/murmurhash/tests
29.17                   copying murmurhash/mrmr.pyx -> build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   copying murmurhash/mrmr.pxd -> build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   copying murmurhash/__init__.pxd -> build/lib.linux-aarch64-cpython-311/murmurhash
29.17                   creating build/lib.linux-aarch64-cpython-311/murmurhash/include/murmurhash
29.17                   copying murmurhash/include/murmurhash/MurmurHash3.h -> build/lib.linux-aarch64-cpython-311/murmurhash/include/murmurhash
29.17                   copying murmurhash/include/murmurhash/MurmurHash2.h -> build/lib.linux-aarch64-cpython-311/murmurhash/include/murmurhash
29.17                   running build_ext
29.17                   building 'murmurhash.mrmr' extension
29.17                   creating build/temp.linux-aarch64-cpython-311/murmurhash
29.17                   g++ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.11 -I/tmp/pip-install-s69iqzqo/murmurhash_cdc067db068144adb242d09e9016a715/murmurhash/include -I/usr/local/include/python3.11 -c murmurhash/MurmurHash2.cpp -o build/temp.linux-aarch64-cpython-311/murmurhash/MurmurHash2.o -O3 -Wno-strict-prototypes -Wno-unused-function
29.17                   error: command 'g++' failed: No such file or directory
29.17                   [end of output]
29.17       
29.17               note: This error originates from a subprocess, and is likely not a problem with pip.
29.17               ERROR: Failed building wheel for murmurhash
29.17               Building wheel for cymem (pyproject.toml): started
29.17               Building wheel for cymem (pyproject.toml): finished with status 'error'
29.17               error: subprocess-exited-with-error
29.17       
29.17               × Building wheel for cymem (pyproject.toml) did not run successfully.
29.17               │ exit code: 1
29.17               ╰─> [17 lines of output]
29.17                   running bdist_wheel
29.17                   running build
29.17                   running build_py
29.17                   creating build/lib.linux-aarch64-cpython-311/cymem
29.17                   copying cymem/about.py -> build/lib.linux-aarch64-cpython-311/cymem
29.17                   copying cymem/__init__.py -> build/lib.linux-aarch64-cpython-311/cymem
29.17                   creating build/lib.linux-aarch64-cpython-311/cymem/tests
29.17                   copying cymem/tests/test_import.py -> build/lib.linux-aarch64-cpython-311/cymem/tests
29.17                   copying cymem/tests/__init__.py -> build/lib.linux-aarch64-cpython-311/cymem/tests
29.17                   copying cymem/cymem.pyx -> build/lib.linux-aarch64-cpython-311/cymem
29.17                   copying cymem/cymem.pxd -> build/lib.linux-aarch64-cpython-311/cymem
29.17                   copying cymem/__init__.pxd -> build/lib.linux-aarch64-cpython-311/cymem
29.17                   running build_ext
29.17                   building 'cymem.cymem' extension
29.17                   creating build/temp.linux-aarch64-cpython-311/cymem
29.17                   g++ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.11 -I/usr/local/include/python3.11 -c cymem/cymem.cpp -o build/temp.linux-aarch64-cpython-311/cymem/cymem.o -O3 -Wno-strict-prototypes -Wno-unused-function
29.17                   error: command 'g++' failed: No such file or directory
29.17                   [end of output]
29.17       
29.17               note: This error originates from a subprocess, and is likely not a problem with pip.
29.17               ERROR: Failed building wheel for cymem
29.17               Building wheel for blis (pyproject.toml): started
29.17               Building wheel for blis (pyproject.toml): finished with status 'error'
29.17               error: subprocess-exited-with-error
29.17       
29.17               × Building wheel for blis (pyproject.toml) did not run successfully.
29.17               │ exit code: 1
29.17               ╰─> [24 lines of output]
29.17                   BLIS_COMPILER? None
29.17                   running bdist_wheel
29.17                   running build
29.17                   running build_py
29.17                   creating build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/about.py -> build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/benchmark.py -> build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/__init__.py -> build/lib.linux-aarch64-cpython-311/blis
29.17                   creating build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/tests/conftest.py -> build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/tests/test_dotv.py -> build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/tests/common.py -> build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/tests/test_gemm.py -> build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/tests/__init__.py -> build/lib.linux-aarch64-cpython-311/blis/tests
29.17                   copying blis/py.pyx -> build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/cy.pyx -> build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/cy.pxd -> build/lib.linux-aarch64-cpython-311/blis
29.17                   copying blis/__init__.pxd -> build/lib.linux-aarch64-cpython-311/blis
29.17                   running build_ext
29.17                   Build options linux unix
29.17                   BUILD ARCH: arm64_no_sve
29.17                   {'HOSTNAME': '60371680ee71', 'SSL_CERT_FILE': '/opt/_internal/certs.pem', 'TERM': 'xterm', 'OLDPWD': '/usr/local/repos/cython-blis', 'LC_ALL': 'en_US.UTF-8', 'LD_LIBRARY_PATH': '/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64', 'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:', 'VIRTUAL_ENV': '/usr/local/repos/cython-blis/env3.6', 'PATH': '/usr/local/repos/cython-blis/env3.6/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'PWD': '/usr/local/repos/cython-blis/flame-blis', 'LANG': 'en_US.UTF-8', 'SHLVL': '2', 'HOME': '/root', 'DEVTOOLSET_ROOTPATH': '/opt/rh/devtoolset-10/root', 'AUDITWHEEL_ARCH': 'aarch64', 'LANGUAGE': 'en_US.UTF-8', 'AUDITWHEEL_PLAT': 'manylinux2014_aarch64', 'PKG_CONFIG_PATH': '/usr/local/lib/pkgconfig', 'AUDITWHEEL_POLICY': 'manylinux2014', '_': '/usr/local/repos/cython-blis/env3.6/bin/python'}
29.17                   [COMMAND] gcc -c /tmp/pip-install-s69iqzqo/blis_ec1cefba63bd43229e77cf8db67ecdc6/blis/_src/config/cortexa53/bli_cntx_init_cortexa53.c -o /tmp/tmp9m3xf3xa/bli_cntx_init_cortexa53.o -O2 -mcpu=cortex-a53 -fPIC -std=c99 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.9.0" -DBLIS_IS_BUILDING_LIBRARY -Iinclude/linux-arm64_no_sve -I./frame/3/ -I./frame/1m/ -I./frame/1f/ -I./frame/1/ -I./frame/include -I/tmp/pip-install-s69iqzqo/blis_ec1cefba63bd43229e77cf8db67ecdc6/blis/_src/include/linux-arm64_no_sve
29.17                   error: [Errno 2] No such file or directory: 'gcc'
29.17                   [end of output]
29.17       
29.17               note: This error originates from a subprocess, and is likely not a problem with pip.
29.17               ERROR: Failed building wheel for blis
29.17             Failed to build murmurhash cymem blis
29.17             ERROR: Could not build wheels for murmurhash, cymem, blis, which is required to install pyproject.toml-based projects
29.17             [end of output]
29.17       
29.17         note: This error originates from a subprocess, and is likely not a problem with pip.
29.17       error: subprocess-exited-with-error
29.17       
29.17       × pip subprocess to install build dependencies did not run successfully.
29.17       │ exit code: 1
29.17       ╰─> See above for output.
29.17       
29.17       note: This error originates from a subprocess, and is likely not a problem with pip.
29.17       [end of output]
29.17   
29.17   note: This error originates from a subprocess, and is likely not a problem with pip.
29.17 error: subprocess-exited-with-error
29.17 
29.17 × pip subprocess to install build dependencies did not run successfully.
29.17 │ exit code: 1
29.17 ╰─> See above for output.
29.17 
29.17 note: This error originates from a subprocess, and is likely not a problem with pip.
------
failed to solve: process "/bin/bash -o pipefail -o errexit -c buildDeps=\"\"   && apt-get update   && apt-get install -y --no-install-recommends \"$buildDeps\"   && pip install -U /tmp/dist/*.whl   && apt-get purge -y --auto-remove \"$buildDeps\"   && apt-get install -y --no-install-recommends   pkg-config postgresql-client-14 nodejs   && apt-get clean   && rm -rf /var/lib/apt/lists/*   && mkdir -p /mjml_install   && cd /mjml_install   && npm install --no-cache-dir mjml   && mv node_modules /   && cd /   && rm -rf /mjml_install" did not complete successfully: exit code: 1
Cleaning up...
```

building on MacOS Sonoma 14.7.2, Apple M3 Pro chip, Docker desktop 4.28.0, docker client 26.0.0 docker server 25.0.3

@jackdlb-uipath
Copy link

the build is working on https://github.com/Netflix/dispatch/tree/v20230215, after updating the base image to be bullseye instead of buster due to deprecations

@Cinojose
Copy link
Contributor

I worked around by adding the following

diff --git a/docker/Dockerfile b/docker/Dockerfile
index fcab6e531..df34115c4 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -93,6 +93,7 @@ COPY --from=sdist /dist/*.whl /tmp/dist/
 RUN buildDeps="" \
   && apt-get update \
   && apt-get install -y --no-install-recommends "$buildDeps" \
+  && apt-get install -y gcc build-essential libffi-dev libssl-dev \
   # remove internal index when internal plugins are separated
   && pip install -U /tmp/dist/*.whl \
   && apt-get purge -y --auto-remove "$buildDeps" \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants