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
-2
votes
1 answer

Server not responding on loopback alias

I have a service that binds to 127.0.0.1 on a random port. As a part of testing procedure I set up a loopback alias on 192.168.22.2. I can confirm that the alias is visible by ifconfig and that I can ping it. Now when I curl 127.0.0.1:{server-port}…
-2
votes
1 answer

set up vscode for python on MacOS Monterrey

im new to programming, I was able to set up .ipynb to work properly but I have issues when I try to run a program in .py any pointers? python 3.10.6 - MacOS 12.6
-2
votes
3 answers

Brew stops working after terminal session is closed

I have installed Brew in MACOS Monterey with the following commands. mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew eval "$(homebrew/bin/brew shellenv)" brew update --force --quiet chmod -R…
-2
votes
1 answer

zsh module_init error everytime I open terminal on macOS (Monterey)

Every time I open the Terminal app, I'm met with /Users/YuriSP/.zshrc:1: module_init: function definition file not found dr.mac@YSPs-MBP ~ % instead of (example) Last login: Thu Jan 20 10:50:23 on ttys000 dr.mac@YSPs-MBP ~ % What can I do to fix…
YuriSP
  • 1
-2
votes
1 answer

mac - can't install virtualbox with error "the installer encountered an error that caused the installation to fail"

when install virtualbox 6.0.24 on my macbook , macOS Monterey, Version 12.1 (21C52) i got the error The installer encountered an error that caused the installation to fail follow the post, I got the log: Jan 4 16:05:02 192-168-1-100…
Bill
  • 2,494
  • 5
  • 26
  • 61
-2
votes
1 answer

I can't install JDBC driver for PostgreSQL on my macbook air m1

I tried to install JDBC driver for PostgreSQL on my Macbook Air M1 but it didn't installed. It says "Safari can’t open the file “postgresql-42.3.1.jar” because no available application can open it." How can i run it on my mac. JDBC installation…
ADITYA RAJ
  • 123
  • 1
  • 2
  • 8
-2
votes
1 answer

Mac - git svn error - Can't load '/usr/X/X/subversion/lib/perl5/XXX/XXX/XXX/XXX/SVN/XXX/_Core.bundle' for module SVN::_Core: dlo

Terminal - git svn getting below errors and can't take a git svn clone in any svn repository. Can't load '/usr/local/opt/subversion/lib/perl5/site_perl/5.30.3/darwin-thread-multi-2level/auto/SVN/_Core/_Core.bundle' for module SVN::_Core:…
Chetan
  • 115
  • 6
-3
votes
1 answer

Can't start mysql (Homebrew Mac M1)

I have a error when i try to run the MYSQL server When i try to run with brew services start mysql, return me this error brew services start mysgl Bootstrao failed: 5: Inout/outout error Try re-running the command as root for richer errors Error:…
Jeanpierr
  • 1
  • 2
1 2 3
31
32