2,773 questions
Score of 1
1 answer
99 views
Timefold solver significantly faster on Apple M1 vs Linux ARM Neoverse-N1 – expected behavior?
The following will sound very much a beginner's question. In terms of hardware i am trully a beginner..
I am running the same Timefold solver (single-threaded) on two ARM machines and am seeing a ...
Score of 0
0 answers
52 views
"Client is not entitled" Error (Code=4) with PKAddShareablePassConfiguration.forPassMetaData Despite Correct Entitlements
I'm experiencing a critical issue with PassKit's shareable pass functionality. Despite having the necessary entitlements configured, I'm getting an entitlement error when calling ...
Score of 2
2 answers
244 views
Fractional-cycle latency of CPU instructions
I am trying to characterize the instruction latency of ARM's aese and aesmc instructions in Apple's M1, M3 and M4 CPUs.
For M1, Dougall Johnson obtains [3 cycles][1] for a fused pair of aese + aesmc. ...
Score of 0
1 answer
981 views
docker-compose / podman compose SQL Server on Apple Silicon /Mac M! Segmentation Fault [closed]
SQL Server used to run smoothly and then after a disk full issue I had to rebuild the podman vm. Then the problem started: I would get a segmentation fault even running with platform: "linux/...
Score of 1
0 answers
88 views
cache-efficient partitioning for multithreaded processing in arm
Suppose you are processing a large data set using several cores in parallel. I am looking for the most memory-efficient way to break up the data among the processors.
Specifically, this would be for ...
Score of 0
1 answer
164 views
Rails server crashes on Mac M2 with Bus Error
I have been struggling to set up a Rails 5.1.7 application on my MacBook M2 for months.
I installed Rosetta, x86_64 brew, and my terminal app is set to run with Rosetta.
~ ❯ arch
i386
~ ❯ which brew
/...
Score of 0
0 answers
149 views
PyQt6 has incompatible architecture; using arch commands with pip ineffective
I'm working on a project that uses PyQt6 , but when I try to import it into my program, it throws and ImportError and says that it has 'incompatible architecture'. The full error message is:
...
Score of 0
0 answers
83 views
libtensorflow not installing on Mac Sillicon chip laptops
I am trying to install face-api.js. When running npm install I get the error - npm error Error: Unsupported system: cpu-darwin-arm64. Full logs:
npm error command sh -c node scripts/install.js
npm ...
Score of 1
1 answer
201 views
Some explanation needed for simple assembler running on M1 Apple Silicon
It must be staring right into my face, but I fail to see it.
I'm learning assembler for Apple Silicon (ARM) and want to print out integers to the screen. My code works, but I don't understand the ...
Score of 3
0 answers
139 views
Wrong CMake flags order using target_link_libraries, target_compile_options
I have an interface library cxx_opts in cmake that defines a bunch of flags and a binary main that uses the cxx_opts library.
cmake_minimum_required(VERSION 3.16)
project(test LANGUAGES CXX)
...
Score of -6
1 answer
102 views
Can't install specified version of Python package on MacOS M1
I can't install a specified version of Python packages within my virtual environment. I am on MacBookPro M1, and I have installed Python with Anaconda.
conda activate my_env
sudo pip install numpy==1....
Score of -1
1 answer
314 views
Rider avoid security locks from apple
Does anybody faced with this issue, when you trying to debug an application on Rider, when you lunch debug it being blocked with the message: "MyApp" Not Opended, Apple could not verify &...
Score of 0
1 answer
318 views
Unable to install Karafka gem on M1 Mac
I'm trying to add Karafka to an existing Ruby project and running into Architecture issues while trying to install the gems on my M1 Mac. I've faced this issue with other gems in the past but my ...
Score of 0
0 answers
64 views
mongoDB installation: How can I fix mongoNetworkError?
I'm trying to install Mongodb community server on macbook air with the new M1 chip following the official mongodb tutorial. However i met this error. How can I fix error 4 and MongoNetworkError?
$ ...
Score of 1
0 answers
201 views
CocoaPods and Ruby Compatibility Issues with Flutter 2.6 on M1 Mac (Pod Install Fails)
I have a Flutter project from 2021 that I need to rebuild without upgrading dependencies. To manage different Flutter versions, I installed FVM and switched to Flutter 2.6 to build for iOS.
However, ...