Created
January 25, 2017 15:52
-
-
Save slhck/50dcab59824af884e749bccb0c7b44b6 to your computer and use it in GitHub Desktop.
python3 on macOS 10.10.5 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for python3 on macOS 10.10.5 | |
Build date: 2017-01-23 14:52:08 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.1.8 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: e59ada508727f11464595893783beb914c26f60b | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 2dbe508197832715f8414ebffa6cd4d7956e4518 | |
Core tap last commit: 15 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p481 | |
Clang: 7.0 build 700 | |
Git: 2.11.0 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/werner/.rbenv/shims/ruby => /Users/werner/.rbenv/versions/2.3.0/bin/ruby | |
Java: 1.6.0_65-b14-466.1 | |
macOS: 10.10.5-x86_64 | |
Xcode: 7.2.1 | |
CLT: 7.2.0.0.1.1447826929 | |
X11: 2.7.8 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 and just ignore them. Thanks! | |
Warning: Your XQuartz (2.7.8) is outdated. | |
Please install XQuartz 2.7.9 (or delete the current version). | |
XQuartz can be updated using Homebrew-Cask by running | |
brew cask reinstall xquartz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-01-25 16:51:31 +0100 | |
/usr/local/Cellar/python3/3.6.0/bin/python3 | |
-s | |
setup.py | |
--no-user-cfg | |
install | |
--force | |
--verbose | |
--install-scripts=/usr/local/Cellar/python3/3.6.0/bin | |
--install-lib=/usr/local/lib/python3.6/site-packages | |
--single-version-externally-managed | |
--record=installed.txt | |
Failed to import the site module | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/site.py", line 75, in <module> | |
__boot() | |
File "/usr/local/lib/python2.7/site-packages/site.py", line 27, in __boot | |
import imp # Avoid import loop in Python >= 3.3 | |
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/imp.py", line 27, in <module> | |
import tokenize | |
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tokenize.py", line 33, in <module> | |
import re | |
File "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/re.py", line 142, in <module> | |
class RegexFlag(enum.IntFlag): | |
AttributeError: module 'enum' has no attribute 'IntFlag' | |
HOMEBREW_VERSION: 1.1.8 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: e59ada508727f11464595893783beb914c26f60b | |
Last commit: 2 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 2dbe508197832715f8414ebffa6cd4d7956e4518 | |
Core tap last commit: 14 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p481 | |
Clang: 7.0 build 700 | |
Git: 2.11.0 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/werner/.rbenv/shims/ruby => /Users/werner/.rbenv/versions/2.3.0/bin/ruby | |
Java: 1.6.0_65-b14-466.1 | |
macOS: 10.10.5-x86_64 | |
Xcode: 7.2.1 | |
CLT: 7.2.0.0.1.1447826929 | |
X11: 2.7.8 => /opt/X11 | |
PATH: /Users/werner/.rbenv/shims:/usr/local/bin:/usr/local/sbin:/usr/texbin:/usr/bin:/usr/sbin:/bin:/sbin:/Users/werner/bin:/Users/werner/Documents/Binaries:/usr/local/Cellar/fzf/HEAD/bin:/usr/local/Homebrew/Library/Taps/homebrew/homebrew-boneyard/cmd:/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/cmd:/usr/local/Homebrew/Library/Homebrew/cask/cmd:/usr/local/Homebrew/Library/Homebrew/shims/scm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment