apple-silicon Questions

20

Solved

I use the latest Apple M1 chip processor. And I keep getting errors while application installation. I run: brew install openjdk@11 Error: Cannot install in Homebrew on ARM processor in Intel defau...
Trust asked 23/11, 2020 at 6:13

2

Solved

Apparently, QEMU is the only piece of open source code that can emulate an x86 operating system on the new Apple silicon (M1, M2, etc.). Apple built Rosetta 2, which, in theory, does the exact same...
Brahmaputra asked 5/9, 2022 at 6:14

5

Like it is mentioned here https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew I typed /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" bu...
Alcestis asked 6/7, 2022 at 21:56

6

Seems to be impossible currently with Anaconda as well as with Xcode 12. Via idle, it runs via Rosetta. There seems to be no discussion of this so either I'm quite naive or maybe this will be usefu...
Rayraya asked 4/1, 2021 at 8:27

1

Since Pytorch GPU support for apple silicon was just released, I tried to install PyTorch using the steps on the following link. As of now, only a nightly build is available so I installed it. Howe...
Husein asked 20/5, 2022 at 4:8

4

I need to work on a project that uses Node v14.17.3. In my previous Macbook with intel chip I had node 16 but in this particular project I ran npm install [email protected] and everything work...
Tritheism asked 4/2, 2023 at 3:3

1

Solved

I'm a newbie to both macOS and Docker. I'm running into a series of roadblocks while trying to launch my project using Docker on Apple Silicon M2. I think that the issues i'm facing are related to ...
Chrissie asked 7/8, 2023 at 2:11

9

I'm on the M1 MacBook. This is the error when I try to install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Homebrew is not...
Tiphanie asked 17/11, 2020 at 20:7

4

Solved

Is there a solution to make this docker image https://hub.docker.com/r/ibmcom/mq run on Apple M1 chips? For Intel chips, I was able to run this image by: docker run -e LICENSE=accept -e MQ_QMGR_NAM...
Harelda asked 12/2, 2022 at 22:59

4

Solved

How can I detect from a shell script that it is running on M1 Apple hardware? I want to be able to run a command-line command so that I can write an if-statement whose body will only be executed wh...
Postmaster asked 11/12, 2020 at 22:10

7

Solved

Current beta version of docker requires you to specify a --platform=linux/amd64 each time you need to build or run an amd64 image/container. The documentation mentions When running an image with m...
Gerik asked 7/1, 2021 at 12:29

2

Solved

On my previous, Intel-based Mac, I used to include export ARCHFLAGS="-arch x86_64" in my shell resource file. What's the correct compilation flag on the new ARM-based Apple silicon? arm?...
Gonion asked 19/11, 2020 at 8:41

6

Solved

Command i am running is brew install cocoapods Warning: cocoapods 1.11.2_2 is already installed and up-to-date. To reinstall 1.11.2_2, run: brew reinstall cocoapods ~ % alias pod='arch -x86_64 po...
Madaras asked 26/2, 2022 at 20:21

2

Is is possible to install and update Perl (CPAN) modules with universal (x86_64, arm64) architecture support? If yes, then how? background On an arm-based macOS computer, a Perl CPAN module can be ...
Disgusting asked 11/4, 2023 at 6:59

3

Solved

I have an m1 mac and I am trying to run a amd64 based docker image on my arm64 based host platform. However, when I try to do so (with docker run) I get the following error: WARNING: The requested ...
Ketch asked 9/5, 2021 at 14:6

5

Solved

I'm running a flutter project and when dragging any list or scroll view on the simulator, it scrolls with way too much force rendering almost impossible to get to the row I need. This only happens ...
Simonides asked 28/12, 2020 at 10:19

5

Regardless of --target variable, the following commands fail: ionic cordova run ios --target="iPhone-X" ionic cordova run ios --target="iPhone 12" ionic cordova emulate ios --...

5

Solved

Image built on Mac OSX with M1 processor, deployed to an EC2 instance. But when scripts are run it yields the error: standard_init_linux.go:219: exec user process caused: exec format error Elsewher...
Bibulous asked 28/1, 2021 at 17:53

10

Solved

Every time I try to install a pip package with GRPCIO as a dependency inside a .direnv project I get a build failure due to my architecture being arm64. How can I work around this while waiting for...
Jeepers asked 15/3, 2021 at 15:14

3

Solved

I am trying to get a Java/Maven project working on an Apple M1 with a dependency that is not yet available for the M1 chip. In my case this is nd4j but it could be any other dependency. <depende...
Synonymize asked 22/3, 2021 at 10:1

5

For developing an application, I need to run Elasticsearch 6 on an Apple Silicon Mac. I've tried to run it with Docker. Reading Docker Desktop for Apple silicon, I've installed Rosetta2 with: softw...
Jiva asked 22/8, 2021 at 0:20

3

Solved

Let's first acknowledge that OpenGL is deprecated by Apple, that the last supported version is 4.1 and that that's a shame but hey, we've got to move forward somehow and Vulkan is the way :trollfac...
Porpoise asked 13/12, 2021 at 17:55

2

Solved

I am currently working on a python (3.8) project on my 2021 MacBook Pro with Apple Silicon. Ultimately, the goal is to build a ML model on data I read from an Azure SQL DB using Apple's Tensorflow ...
Weightless asked 21/3, 2021 at 10:8

8

I am trying to build boost library as dylib on MacOS. I need to build it for both the Intel architecture and the upcoming Apple Silicon (arm64) architecture. I downloaded boost and ran the followin...
Scrophulariaceous asked 27/10, 2020 at 11:23

4

Installing pandas via pip install pandas results in the following error. I'm really clueless what to do or how to fix it. I hope I gave enough informations for you. I would appreciate your help a l...
Tass asked 21/1, 2021 at 10:20

© 2022 - 2025 — McMap. All rights reserved.