-
Notifications
You must be signed in to change notification settings - Fork 5
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
error on reinstalling alibuild in my Mac #32
Comments
Hi @dongjokim, I'm sorry, I didn't see this issue earlier! I can't see the actual error message in the log you posted, but assuming it is the same as an issue building PyYAML that was reported by mail, it should be fixed in 2e338c7. Could you run |
I encountered a similar issue and "brew update && brew install alisw/system-deps/alibuild" does not work. I have run brew update and brew upgrade but the error still exists. [MBP] ~ ✗ brew update && brew install alisw/system-deps/alibuild note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): These open issues may also help: |
I got the following errors while reinstalling alibuid.
MacOS : 13.4.1
python3 --version
Python 3.10.11
Error:
==> Reinstalling alisw/system-deps/alibuild
==> python3 -m venv --system-site-packages /usr/local/Cellar/alibuild/1.14.5/libexec
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--boto3-20230719-90302-1qm1268/boto3-1.26.162
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--botocore-20230719-90302-3itra8/botocore-1.29.162
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--certifi-20230719-90302-1csn939/certifi-2023.5.7
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--charset-normalizer-20230719-90302-7c2efg/charset-normalizer-3.1.0
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--distro-20230719-90302-1dmja54/distro-1.8.0
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--idna-20230719-90302-ciujo3/idna-3.4
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--jinja2-20230719-90302-cc5mb/Jinja2-3.1.2
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--jmespath-20230719-90302-67hou7/jmespath-1.0.1
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--markupsafe-20230719-90302-45lr78/MarkupSafe-2.1.3
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--python-dateutil-20230719-90302-1lmwyf/python-dateutil-2.8.2
==> /usr/local/Cellar/alibuild/1.14.5/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-wheel-cache --ignore-installed /private/tmp/alibuild--pyyaml-20230719-90302-1fq3vxw/PyYAML-6.0
Last 15 lines from /Users/djkim/Library/Logs/Homebrew/alibuild/12.pip:
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /usr/local/Cellar/alibuild/1.14.5/libexec/bin/python3.11 /usr/local/Cellar/alibuild/1.14.5/libexec/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py get_requires_for_build_wheel /private/tmp/tmpq2svzna8
cwd: /private/tmp/alibuild--pyyaml-20230719-90302-1fq3vxw/PyYAML-6.0
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel 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.
[notice] A new release of pip is available: 23.0.1 -> 23.2
[notice] To update, run: python3.11 -m pip install --upgrade pip
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/alisw/homebrew-system-deps/issues
The text was updated successfully, but these errors were encountered: