-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Issues installing python 3.8.12 on MacOS Monterey with Apple M1 Max #2290
Copy link
Copy link
Closed
Labels
third-party: pythonthe problem is in the specific Python version(s)the problem is in the specific Python version(s)
Description
Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Prerequisite
- [X ] Make sure your problem is not listed in the common build problems.
- Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too.
- [ X] Make sure you are not asking us to help solving your specific issue.
- GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
- [X ] Make sure your problem is not derived from packaging (e.g. Homebrew).
- Please refer to the package documentation for the installation issues, etc.
- [X ] Make sure your problem is not derived from plugins.
- This repository is maintaining
pyenvand the defaultpython-buildplugin only. Please refrain from reporting issues of other plugins here.
- This repository is maintaining
Description
- [X ] Platform information (e.g. Ubuntu Linux 16.04): MacOS Monterey 12.2.1
- OS architecture (e.g. amd64): arm64
- pyenv version: 3.8.12
- Python version: 2.2.5
- C Compiler information (e.g. gcc 7.3): Apple clang version 13.1.6 (clang-1316.0.21.2)
Target: arm64-apple-darwin21.3.0 - Please attach the debug trace of the failing command as a gist:
- Run
env PYENV_DEBUG=1 <faulty command> 2>&1 | tee trace.logand attachtrace.log. E.g. if you have a problem with installing Python, runenv PYENV_DEBUG=1 pyenv install -v <version> 2>&1 | tee trace.log(note the-voption topyenv install).
- Run
pyenv install 3.8.12
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
BUILD FAILED (OS X 12.2.1 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/ys/s6rmn6c177n8dqc2x9rl0605dh2vdy/T/python-build.20220323234324.88096
Results logged to /var/folders/ys/s6rmn6c177n8dqc2x9rl0605dh2vdy/T/python-build.20220323234324.88096.log
Last 10 log lines:
checking for --with-cxx-main=<compiler>... no
checking for clang++... no
configure:
By default, distutils will build C++ extension modules with "clang++".
If this is not intended, then set CXX on the configure command line.
checking for the platform triplet based on compiler characteristics... darwin
configure: error: internal configure error for the platform triplet, please file a bug report
make: *** No targets specified and no makefile found. Stop.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
third-party: pythonthe problem is in the specific Python version(s)the problem is in the specific Python version(s)