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
182
votes
18 answers

How can I fix the "zsh: command not found: python" error? (macOS Monterey 12.3, Python 3.10, Atom IDE, and atom-python-run 0.9.7)

Since I got the macOS v12.3 (Monterey) update (not sure it's related though), I have been getting this error when I try to run my Python code in the terminal: I am using Python 3.10.3, Atom IDE, and run the code in the terminal via atom-python-run…
Kirill Ignatyev
  • 3,036
  • 3
  • 5
  • 18
63
votes
8 answers

zsh: command not found: php

I have been using php with mamp on mac for a year even with old versions of MacOS, since I installed MacOS Monterrey if I type php on the terminal I get a message:zsh: command not found: php Using older versions of MacOS I have never had this…
Alex
  • 761
  • 1
  • 4
  • 8
52
votes
5 answers

How can I run older Xcode version on new macOS version?

I am facing a problem running older versions of Xcode on newer MacOS versions. For example, Xcode 13 on MacOS Ventura.
stackich
  • 3,607
  • 3
  • 17
  • 41
48
votes
2 answers

localhost:5000 unavailable in macOS v12 (Monterey)

I cannot access a web server on localhost port 5000 on macOS v12 (Monterey) (Flask or any other). E.g., use the built-in HTTP server, I cannot get onto port 5000: python3 -m http.server 5000 ... (stack trace) File…
noname
  • 511
  • 1
  • 3
  • 5
34
votes
3 answers

How to install Python 2 on macOS 12.3+

macOS 12.3 update drops Python 2 and replaces it with version 3: https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes Python Deprecations Python 2.7 was removed from macOS in this update. Developers should use…
rmp251
  • 5,018
  • 4
  • 34
  • 46
34
votes
7 answers

Issues installing Python 3.8.10 on macOS 12.3 Monterey

Anyone having issues installing python 3.8.10 on macOS Monterey M1 Mac? Any version I try to install using pyenv install gives me this error: python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading…
honikun
  • 367
  • 1
  • 3
  • 5
18
votes
2 answers

pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)

By running: from sklearn.datasets import fetch_california_housing import pandas as pd pd.set_option("precision", 4) # massimo numero di cifre decimali pd.set_option("max_columns", 9) # massimo numero di colonne da…
Alessio Bolpagni
  • 181
  • 1
  • 1
  • 4
18
votes
2 answers

Android studio needs to be updated for Mac Monterey

I am trying to install Android Studio after upgrading Mac to macOS Monterey Version 12.0 Beta. But after the studio gets installed I get the below error stating that Android Studio needs to get updated. I am really not sure from where i get update…
Hunt
  • 8,215
  • 28
  • 116
  • 256
15
votes
3 answers

Copy text in chrome DevTools/Console panel not work normally

Describe the bug Recently, while using Chrome (version 112.0.5615.49) on macOS (version 12.6.3), I have encountered an issue when copying and pasting from the Console panel in DevTools. After selecting a word and copying it, when I paste it, it…
whidy
  • 953
  • 6
  • 16
15
votes
2 answers

ntpdate command not found in MacOS Mojave

I have a Bash script who update the time of my mac but since the update of Mojave the command isn't found: ntpdate -u time.apple.com return : ntpdate: command not found Where am I going wrong?
Louis Brahmi
  • 834
  • 2
  • 9
  • 21
10
votes
0 answers

R on macOS M1 uses swap instead of RAM - how do I increase RAM use?

I have an M1 macbook pro with macOS Monterey running the dedicated R aarch64 version. R version 4.1.0 (2021-05-18) Platform: aarch64-apple-darwin20 (64-bit) Running under: macOS 12.2.1 R refuses to use more than about 1.8GB of RAM (out of 8GB) and…
asachet
  • 6,620
  • 2
  • 30
  • 74
10
votes
1 answer

How to install a different version of Python on macOS Monterey

I need to run python 3.6 but have 3.9 on my mac, which is running Monterey. pyenv install 3.6.9 but i am getting these errors; python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading…
Abdullah Bozdağ
  • 136
  • 3
  • 13
10
votes
5 answers

Fixing git HTTPS Error: "bad key length" on macOS 12

I am using a company-hosted (Bitbucket) git repository that is accessible via HTTPS. Accessing it (e.g. git fetch) worked using macOS 11 (Big Sur), but broke after an update to macOS 12 Monterey. * After the update of macOS to 12 Monterey my…
nd.
  • 8,699
  • 2
  • 32
  • 42
9
votes
4 answers

"../bcrypt_lib.node' (mach-o file, but is an incompatible architecture (have (arm64), need (x86_64)))" while running tests

Error: dlopen(/Users//Documents/Work/Repo/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node, 0x0001): tried: '/Users//Documents/Work/Repo/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node' (mach-o file, but is an incompatible…
9
votes
1 answer

MacOS Monterey and Android Studio Bumblebee, "Git is not installed"

After upgrade upgrading Android Studio to Bumblebee version, I encountered this error. Xcode has been installed, but currently is uninstalled.
Amos
  • 2,222
  • 1
  • 26
  • 42
1
2 3
31 32