Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stewartadam/64f2b9a51e6e847c380a134823e000d7 to your computer and use it in GitHub Desktop.
Save stewartadam/64f2b9a51e6e847c380a134823e000d7 to your computer and use it in GitHub Desktop.
python@3.10 on macOS 13 - Homebrew build logs
Homebrew build logs for python@3.10 on macOS 13
Build date: 2022-12-10 18:50:44
HOMEBREW_VERSION: 3.6.17
ORIGIN: https://github.com/Homebrew/brew
HEAD: e76c55e18434c870cca1de7aadf9d5218271fe2d
Last commit: 9 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 944855c15ea73ee344cc92baf87b1880ba10a70a
Core tap last commit: 3 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: ["--no-quarantine"]
HOMEBREW_EDITOR: nano
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 14.0.0 build 1400
Git: 2.37.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.85.0 => /usr/bin/curl
macOS: 13.1-arm64
CLT: 14.2.0.0.1.1668646533
Xcode: 14.1
Rosetta 2: false
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
docker
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.profile
The following tools exist at both paths:
truncate
python3
pip3
nano
rsync
xattr
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.profile
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /opt/homebrew/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.profile
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
/opt/homebrew/bin/azuredatastudio
2022-12-28 22:13:04 -0800
/opt/homebrew/Cellar/python@3.10/3.10.9/bin/python3.10
-m
ensurepip
Looking in links: /private/tmp/tmpai4j_c5y
Processing /private/tmp/tmpai4j_c5y/setuptools-65.6.3-py3-none-any.whl
Processing /private/tmp/tmpai4j_c5y/pip-22.3.1-py3-none-any.whl
Installing collected packages: setuptools, pip
WARNING: The scripts pip3 and pip3.10 are installed in '/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-22.3.1 setuptools-65.6.3
2022-12-28 22:13:08 -0800
/opt/homebrew/Cellar/python@3.10/3.10.9/bin/python3.10
-m
pip
install
-v
--no-deps
--no-index
--upgrade
--isolated
--target=/opt/homebrew/lib/python3.10/site-packages
/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ensurepip/_bundled/setuptools-65.6.3-py3-none-any.whl
/opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
/opt/homebrew/Cellar/python@3.10/3.10.9/libexec/wheel-0.38.4-py3-none-any.whl
WARNING: The directory '/Users/stewartadam/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Using pip 22.3.1 from /opt/homebrew/lib/python3.10/site-packages/pip (python 3.10)
Processing /opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ensurepip/_bundled/setuptools-65.6.3-py3-none-any.whl
Processing /opt/homebrew/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
Processing /opt/homebrew/Cellar/python@3.10/3.10.9/libexec/wheel-0.38.4-py3-none-any.whl
Installing collected packages: wheel, setuptools, pip
Creating /private/tmp/pip-target-3fmptnly/bin
changing mode of /private/tmp/pip-target-3fmptnly/bin/wheel to 755
changing mode of /private/tmp/pip-target-3fmptnly/bin/pip to 755
changing mode of /private/tmp/pip-target-3fmptnly/bin/pip3 to 755
changing mode of /private/tmp/pip-target-3fmptnly/bin/pip3.10 to 755
Successfully installed pip-22.3.1 setuptools-65.6.3 wheel-0.38.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment