Questions tagged [macos-monterey]

Released in 2021, macOS Monterey (version 12.4) is the eighteenth major release of Apple's operating system for Macintosh computers. Use this tag for questions relating to macOS APIs that are specific to this version, and also tag your question with [macos]. DO NOT use this tag simply because you are running code on this operating system.

This is a tag for a specific version of macOS. See for details.

475 questions
0
votes
0 answers

Biopython cannot export numpy

I am trying to use Biopython using anaconda and the Jupiter notebook with Python3. However, simply import numpy gives the following error: --------------------------------------------------------------------------- ImportError …
Harr1ls
  • 71
  • 5
0
votes
0 answers

How to install postgresql 9.6 on MacOS 12.1 Monterey, Intel chip?

I'm using MacOS Monterey 12.1 Intel chip, and Postgresql 9.6 installation from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads When I run EDB installation, it fails with below message The database cluster initialization…
0
votes
1 answer

How to fix macOS Monterey showing different icons in finder and "get info"

The icon for *.R files is shown in finder as a white file with a grey ".r". However once I open info for this file it shows the icon given by the default application to open this filetype (Rstudio): a white file with blue circle and letter "R". How…
ail246
  • 31
  • 3
0
votes
1 answer

Why is microk8s failing to install?

I'm trying to use microk8s for my KubernetesPodOperator in my dag. Unfortunately I can't seem get it to install consistently. I'm using homebrew to install (or reinstall) microk8s and multipass. When I execute microk8s install --cpu=4 --mem=10000 I…
Keith
  • 1,777
  • 3
  • 15
  • 20
0
votes
1 answer

Visual Studio Code debugger failing on (M1, 2020, macOS Monterey, ARM64) with C application

I am trying to debug a C program in Visual Studio Code on a (M1, 2020, macOS Monterey) and keep getting the same error in the debug console. "ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with…
EnOnline
  • 1
  • 1
0
votes
1 answer

Add a google account to your mail on macOS Monetery

I was trying to add my Gmail account on my MacBook Pro (macOS Monterey v 12.1), but whenever I click on the open browser button the popup keeps on loading forever.
Hassan Chmsdn
  • 172
  • 1
  • 14
0
votes
1 answer

Rcpp does not compile on Mac OS Monterey, R 4.1.2., clang error

Trying to get Rcpp to work on R 4.1.2 on Mac OS Monterey using an Intel computer. > library(Rcpp) > evalCpp("2 + 2") clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG …
Bob
  • 179
  • 2
  • 11
0
votes
0 answers

Visual Studio 2022 - "VCRUNTIME140.dll Is Missing"

I've tried a half dozen things, but I cannot get Visual Studio working. I keep getting this error when trying to build/debug any program, no matter how simple. Any suggestions? Here's what I've tried: Reset and completely reinstalled Windows 11…
0
votes
1 answer

Can't use npm on MacOS Monterey 12.0.1

npm is throwing an error when I attempt to use it in any fashion within the terminal. You should probably upgrade to a newer version of node as we can't make any promises that npm will work with this version. You can find the latest version at…
Eli
  • 11
  • 2
0
votes
2 answers

Excluding specific directory in tar using --exclude

Imagine the following dir structure: tartest> find . . ./node_modules ./foo ./foo/node_modules ./foo/foo.js Is there a way to exclude the top-level node_modules but not the one under foo using only tar (not a find/xargs solution). I would have…
farhadf
  • 1,918
  • 3
  • 19
  • 27
0
votes
1 answer

How can I retrieve a numerical value for the wifi strength on Mac OSX?

I'm looking for a numerical value that represents the wifi signal strength on my Mac. Is there an easy command line tool that can continuously report wifi signal and/or dropped packet statistics?
rthomp
  • 47
  • 4
0
votes
1 answer

System can't verify shared libraries

I have a program executable that uses quite a few shared libraries. However when attempting to download and run it on another computer I get an error saying that the program can't be opened because the libraries cannot be verified. The only way to…
0
votes
1 answer

Has anything changed with /dev/urandom on MacOS Monterey?

I used to be able to generate a random character sequence from /dev/urandom using the following line: cat /dev/urandom | LC_CTYPE=C tr -dc 'a-zA-Z0-9-_!@#$%^&*()_+{}|:<>?=' | fold -w 100 | head -n 1 | grep -i '[!@#$%^&*()_+{}|:<>?=]' | tr…
K-83Rick
  • 123
  • 2
  • 9
0
votes
1 answer

Maven dependencies taking too much time to download in STS on Mac OS

My spring boot project creation taking too much time more than 5 hours still downloading for dependencies like Web, JPA, H2 and Thymeleaf. I am using Mac OS Monterey(12.0.1), STS4(4.13.0) and using http://start.spring.io/ what could be the cause of…
0
votes
1 answer

Fakeroot on OSX Monterey

How can I install fakeroot on OSX Monterey Using brew install fakeroot: Warning: fakeroot has been deprecated because it does not build! Error: fakeroot: no bottle available! You can try to install from source with: brew install…
Michał Jurczuk
  • 3,728
  • 4
  • 32
  • 56