Questions tagged [rosetta-2]

Use this tag for questions related to Apple’s Rosetta 2 x86 emulation, first introduced in macOS Big Sur in 2020 to enable backward compatibility for x86 code running on Apple Silicon (ARM) CPUs.

Use this tag for questions related to Apple’s Rosetta 2 x86 emulation, first introduced in macOS Big Sur in 2020 to enable backward compatibility for x86 code running on Apple Silicon (ARM) CPUs.

50 questions
4
votes
1 answer

What's the proposed way to switch to native Homebrew on M1 MacBooks?

I've used Homebrew via Rosetta the last couple of months. And now since the native version was released I'm not sure what the required steps are to switch. Should I just update Homebrew and will the packages be updated automatically? Or do we have…
the.blaggy
  • 815
  • 5
  • 16
3
votes
2 answers

How to get the true value of the system clock in raw ticks (i.e. mach_absolute_time) in a x86_64 process running under Rosetta 2?

I'm writing a macOS x86_64 application that cannot currently be compiled as a universal binary due to library dependencies that are x86_64 only. This app needs to interact with other processes that are running as arm64 on Apple Silicon macs, and in…
Bri Bri
  • 2,169
  • 3
  • 19
  • 44
3
votes
2 answers

Will Visual Studio work on Mac with ARM processor (Apple Silicon)

Will Visual Studio work flawlessly with the new Apple processor? Because I read some blog that, they said some barrier in with third party software with new ARM processor on Mac. like…
Shirsh Shukla
  • 5,491
  • 3
  • 31
  • 44
2
votes
3 answers

How to use docker's Rosetta 2 x86_64 emulation when building a docker image on arm64 system architecture?

A dockerfile that builds successfully on a laptop with intel chip doesn't successfully build on a laptop that has an M2/arm/apple silicon chip. How can I emulate the x86_64/amd64 environment on the arm based mac using Rosetta 2? What I know so…
stevec
  • 41,291
  • 27
  • 223
  • 311
2
votes
1 answer

Universal binary doesn't have "open using rosetta"

In Xcode 12, created a small universal app. The app "Get Info" shows two checkboxes: "Stationery pad" and "Locked", but not "Open using Rosetta", which I need. I verified that the binary is universal (has two architectures: x86_64 and arm64). Is…
gil_mo
  • 575
  • 1
  • 6
  • 27
2
votes
1 answer

XMLSEC Python on MacBook m1

Installed python lib xmlsec on macbook (M1). When I try to run the .py program with import xmlsec - I get an error: import xmlsec ImportError: dlopen(/PycharmProjects/pythonProject2/venv/lib/python3.7/site-packages/xmlsec.cpython-37m-darwin.so,…
Alexey
  • 21
  • 3
2
votes
1 answer

Download a package copy of Rosetta to manually transfer to another Mac without internet

I have an odd situation here — I need to get a copy of Rosetta (the translation program that let's x86 software run on Apple silicon Macs) onto a Mac that can't connect to the internet (yet). I'm hoping someone knows how to download a .zip of it…
Fuego DeBassi
  • 2,967
  • 6
  • 29
  • 37
2
votes
2 answers

Application reports different architecture depending on launch method

I have made a native build (see https://www.utc.fr/~mottelet/scilab_for_macOS.html) of Scilab for M1 Macs and the application seems to trigger Rosetta2 when launched by double-clicking its icon and as a result its overall environment is erroneously…
Stéphane Mottelet
  • 2,853
  • 1
  • 9
  • 26
2
votes
2 answers

Is it possible to install Weblogic 12.2.1.4 on Apple M1 computers?

I've been looking for information about this, but I don't find anything. I think there's no version available at Oracle site for installing Weblogic 12.2.1.X on Apple M1 devices, but maybe it's possible to do it using Rosetta 2. Has somebody tried…
Eduardo Yáñez Parareda
  • 9,126
  • 4
  • 37
  • 50
2
votes
1 answer

How to install Azul JDK 16 on Apple Silicon M1 Mac?

I understand I can run Java under emulation with Rosetta 2, but I've read that with Azul Open JDK 16 that I can get native performance. I downloaded the file, but have no idea what to do. Azul's help page is not helpful. If someone can give some…
Jacob Waters
  • 307
  • 1
  • 3
  • 11
1
vote
1 answer

“docker.errors.DockerException: Error while fetching server API version:" Error in python

I have installed docker on M1 chip in Rosatta mode and Docker daemon is also running. When I try to execute "docker.from_env()" in my python code I’m getting this error “docker.errors.DockerException: Error while fetching server API version:…
you pras
  • 11
  • 1
1
vote
1 answer

PyCharm debug with "arch -x86_64 python3" command

I am looking for a way to debug my script in PyCharm using the "arch -x86_64 python3" command. The command is required to run a 64-bit version of Python (3.10.10) on my macOS system (M1 arm64) due to a library that is only available for x86_64…
J E
  • 11
  • 2
1
vote
1 answer

On a macOS M1 Computer, is it possible to use Xcode and the simulator using rosetta and run a project with libraries configured for Intel only?

I have a iOS project that I am slowly porting to use XCFrameworks, but I would need to run it for a while like it used to run on my intel Mac. Both Xcode and the simulator have the "Open using rosetta" option, but I still cannot compile the project…
Alfonso Tesauro
  • 1,730
  • 13
  • 21
1
vote
1 answer

How to install all dependencies separately again for a given package in Homebrew?

I am currently on an M1 mac, and I want to install a package that needs to be emulated using rosetta 2. Therefore I know that I can either install a second parallel homebrew installation (which is something that I would prefer to avoid) or I can use…
John
  • 871
  • 2
  • 9
  • 20
1
vote
0 answers

Is it possible to create a conda environment with python compiled for a different architecture?

I have an M1 mac and would like to run multiple conda environments with python copiled for different architectures. I have been using Anaconda to manage environments via rosetta2 and it works perfectly. However, I have recently tried installing…
Pepsi-Joe
  • 447
  • 1
  • 10