apple-m1 Questions
6
Solved
When talking about multi-threading, it often seems like threads are treated as equal - just the same as the main thread, but running next to it.
On some new processors, however, such as the Apple &...
Glister asked 19/7, 2021 at 17:6
2
Solved
After updating VSCode, I have been unable to run Jupyter notebooks anymore. I am using VSCode on a MacBook Pro Max M1 and am encountering the following error:
Failed to start the Kernel.
Jupyter s...
Benniebenning asked 7/2, 2023 at 18:22
3
Solved
I'm having an issue with running Prisma in my project. Running npx prisma generate works, but then running my app I get:
/Users/user/Desktop/project/node_modules/@prisma/client/runtime/index.js:364...
Katlynkatmai asked 5/1, 2022 at 21:47
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
0
after upgrading Flutter to 3.7.1, from the Ios emulator "Error Formulating Crash Report: I started getting the dyld_process_snapshot_get_shared_cache failed” error. Can you help on the subject...
Nieves asked 7/2, 2023 at 18:36
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
2
Solved
We're working with Windows and Mac M1 machines to develop locally using Docker and need to fetch and install a .deb package within our docker environment.
The package needs amd64/arm64 depending on...
Mahoney asked 15/12, 2021 at 19:33
6
I want to Install Oracle Database Express on macbook m1 but it only supports linux and windows, I downloaded Sql developer but I m unable to download Oracle database. I tried to install using docke...
1
I encountered this command while trying to find a workaround for installing old version of npm packages that came out before m1 mac (darwin arm64)
I understand that this will try to launch a zsh se...
Yonkers asked 25/1, 2023 at 5:27
7
Solved
I am trying to run this reading-text-in-the-wild
on Mac M1.
When I attempt to run this code
python3 make_keras_charnet_model.py
I get the error
Using Theano backend.
Traceback (most recent call...
6
Solved
I'm unable to install Matplotlib through pip on my M1 Mac. I have Python 3.9.1 installed through Homebrew. I've tried the solution here: Pip install matplotlib fails on M1 Mac but it does not work ...
Eisenberg asked 15/2, 2021 at 8:20
2
Solved
I'm starting the "get-started" guide from official Docker website. At the Part 4 "Share the application", I'm facing this error message when I try to run my image on the docker ...
13
I have successfully installed python 3.9.1 with Numpy and Matplotlib on a new Mac mini with Apple Silicon. However, I cannot install SciPy : I get compilation errors when using
python3 -m pip insta...
Magnate asked 16/1, 2021 at 1:38
3
I have an M1 MacBook Air.
When building for a simulator in Xcode, I am seeing the following warnings and errors:
ld: warning: ignoring file /Users/kon/Library/Developer/Xcode/DerivedData/InvisibleC...
1
While trying to run the docker image provided by fastai --> fastpages-jekyll I am running into several issues.
This is a linux/amd64 image. I suspect that if there was a linux/arm64 image then i...
Textile asked 14/1, 2022 at 6:34
3
Solved
I'm getting this error when I'm running the following command to install tensorflow.
python3 -m pip install tensorflow-macos
ERROR: Failed building wheel for h5py
Failed to build h5py
ERROR: Could...
Myrick asked 5/1, 2022 at 4:57
2
I have a macbook with the M1 Chip and I'm trying to set up a django project. The project works with Geospatial libraries gdal.
I installed gdal with homebrew on version 3.3.1_3 and inside my virtua...
Robert asked 2/9, 2021 at 10:13
1
Chromium is crashing when opened via puppeteer navigation with the following stack trace on my M1. I'm looking for some help from the community as non m1 based machines don't seem to have an issue ...
2
Solved
So I'm running the new Apple M1 Pro chipset, and the original M1 chip on another machine, and when I attempt to create new RSpec tests in ruby I get the following error.
Function not implemented - ...
Fetching asked 29/10, 2021 at 18:7
1
Solved
I have installed and uninstalled and reinstalled GCloud on MACOS Monterey (Chipset M1) and I'm facing the next situation: When I run in Terminal gcloud auth login, it displays the next message:
WAR...
Exposed asked 6/1, 2023 at 15:36
5
Solved
Since I have moved to the new Apple Silicon architecture my docker setup with nextjs and postgres is not working anymore. The database inside the docker cannot be found by the nextjs server where I...
Ergotism asked 21/7, 2021 at 20:40
2
Solved
I have a project (here) that works both on Linux and intel MacOS, but in my Mac m1 it doesn't. Whenever I try to compile it, I get the following errors (ops.: I'm using vscode m1 native):
pedrohacc...
Selinski asked 3/5, 2021 at 17:35
1
I've been trying to get into ML and I wanted to follow a course on it but it requires Tensorflow and I've been trying to get that working on my system. I have the 2021 14" 16GB Macbook Pro wit...
Ludvig asked 14/12, 2022 at 0:12
1
I want to insert some time measurement into my code. On x64 I use __rdtscp. Is there something similar for the mac m1/m2? Specifically something that isn't a system call and high resolution.
Triecious asked 10/12, 2022 at 22:53
1
I am using rush and trying to run rush install in a project I cloned from one of my company's repositories. But, it fails by throwing the following error:
The chromium binary is not available for a...
Astronomer asked 19/2, 2022 at 1:6
© 2022 - 2024 — McMap. All rights reserved.