You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUILD FAILED (OS X 13.1 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/x0/pczmhnms4lxdb7y44v8jshhjm2slyk/T/python-build.20230206183629.22539
Results logged to /var/folders/x0/pczmhnms4lxdb7y44v8jshhjm2slyk/T/python-build.20230206183629.22539.log
Last 10 log lines:
checking for --with-cxx-main=... 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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey all, I'm trying to install python 3.7.3 using 'pyenv install 3.7.3' but was unable to do so, I'm using pyenv 2.3.12. Xcode 14.2
I was able to install 3.10.9 though.
$ pyenv install 3.7.3
Downloading openssl-1.1.0j.tar.gz...
-> https://www.openssl.org/source/old/1.1.0/openssl-1.1.0j.tar.gz
Installing openssl-1.1.0j...
Installed openssl-1.1.0j to /Users/smathema/.pyenv/versions/3.7.3
Downloading readline-8.0.tar.gz...
-> https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz
Installing readline-8.0...
Installed readline-8.0 to /Users/smathema/.pyenv/versions/3.7.3
Downloading Python-3.7.3.tar.xz...
-> https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz
Installing Python-3.7.3...
python-build: use zlib from xcode sdk
BUILD FAILED (OS X 13.1 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/x0/pczmhnms4lxdb7y44v8jshhjm2slyk/T/python-build.20230206183629.22539
Results logged to /var/folders/x0/pczmhnms4lxdb7y44v8jshhjm2slyk/T/python-build.20230206183629.22539.log
Last 10 log lines:
checking for --with-cxx-main=... 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.
Beta Was this translation helpful? Give feedback.
All reactions