Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error to install some version of python #184

Open
ajsobrino700 opened this issue Apr 19, 2024 · 1 comment
Open

Error to install some version of python #184

ajsobrino700 opened this issue Apr 19, 2024 · 1 comment

Comments

@ajsobrino700
Copy link

Provide environment information

I am working with MacOs with M2 like a microprocessor and OS X 14.4.1

To Reproduce

asdf install python 3.8.0

Describe the Bug

python-build 3.8.0 /Users/antonio.sobrino/.asdf/installs/python/3.8.0
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.8.0.tar.xz...
-> https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tar.xz
Installing Python-3.8.0...
python-build: use readline from homebrew
python-build: use ncurses from homebrew
python-build: use zlib from xcode sdk

BUILD FAILED (OS X 14.4.1 using python-build 2.4.0-2-ge1f07da7)

Inspect or clean up the working tree at /var/folders/05/5yqctn7d6lg2dwnf85d6sd_m0000gs/T/python-build.20240419152236.12916
Results logged to /var/folders/05/5yqctn7d6lg2dwnf85d6sd_m0000gs/T/python-build.20240419152236.12916.log

Last 10 log lines:
checking size of _Bool... 1
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking size of pthread_key_t... 8
checking whether pthread_key_t is compatible with int... no
configure: error: Unexpected output of 'arch' on OSX
make: *** No targets specified and no makefile found. Stop.

Expected Behaviour

Install python version

@meop
Copy link

meop commented May 3, 2024

Python 3.8.0 install scripts do not support Apple M1/M2/M3. Python 3.8.10 or later do:

https://stackoverflow.com/questions/65457674/unexpected-output-of-arch-on-osx-using-mac-m1-installing-elastic-beans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants