Skip to content

Instantly share code, notes, and snippets.

@malgorath
Created July 29, 2015 21:48
Show Gist options
  • Save malgorath/dcbe2763ba9c4afeb833 to your computer and use it in GitHub Desktop.
Save malgorath/dcbe2763ba9c4afeb833 to your computer and use it in GitHub Desktop.
brew install python3 error
brew install python3
==> Downloading https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
Already downloaded: /Library/Caches/Homebrew/python3-3.4.3.tar.xz
==> ./configure --prefix=/usr/local/Cellar/python3/3.4.3_2 --enable-ipv6 --datar
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python3/3.4.3_2
import time
ImportError: No module named 'time'
make[2]: *** [Python Launcher.app] Error 1
make[1]: *** [install_PythonLauncher] Error 2
make: *** [frameworkinstallapps] Error 2
READ THIS: https://git.io/brew-troubleshooting
These open issues may also help:
brew install python3 --universal fails https://github.com/Homebrew/homebrew/issues/37596
Python/Python3: Fix RuntimeError: tk.h version (8.6) doesn't match libtk.a version (8.5) https://github.com/Homebrew/homebrew/pull/41728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment