Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.5K
Views
installing python@3.7 MacBook Air m1 problem

I am gettin following error while installing python3.7 on MacBook air m1 2020. I run the following command:

brew install python@3.7

The following error is thrown:

python@3.7: The x86_64 architecture is required for this software.
Error: python@3.7: An unsatisfied requirement failed this build.

My question is that "how can I install python3.7 on MacBook Air m1 using brew??

over 4 years ago ยท Santiago Trujillo
1 answers
Answer question

0

A Google search with the query python 3.7 mac m1 yields this article:

I have Rosetta2, Can I use brew x86 to install python 3.7 ?

Answer is YES, start from install brew x86 version aka ibrew

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Add alias to rc file

alias ibrew="arch -x86_64 /usr/local/bin/brew"

Install python 3.7 on M1 ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

ibrew install python@3.7

Now you can choose between brew when you want to install ARM app or ibrew when you want to install x86 app. Happy coding ๐Ÿ˜„

over 4 years ago ยท Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
ยฉ 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!