Questions tagged [macos-ventura]

macOS Ventura (version 13) is the nineteenth major release of macOS.

macOS Ventura (version 13) is the nineteenth major release of macOS, Apple's desktop operating system for Macintosh computers. The successor to macOS Monterey, it was announced at WWDC 2022 on June 6, 2022. It is named after the city Ventura in California, following the home state naming system that started with OS X Mavericks.

323 questions
0
votes
0 answers

Cannot set up React environment in macOS Ventura

I was trying to set up react environment on my m1 mac for the first time. As soon as I tried to run the command "npx create-react-app my-app", I am getting error "npm ERR! path /Users/abd/Desktop/React/my-app/node_modules/core-js-pure npm ERR!…
0
votes
0 answers

Issue with Intel MKL library for Mac OS Ventura 13.1: pointer not aligned

I upgraded my Mac (Intel chip) OS to Ventura 13.1 and try to compile with MKL. But I get the following error. It looks like MKL has not yet supported the 13.1 yet. Or is this something…
0
votes
1 answer

MAMP on macOS ventura 13.2 apple silicon M2 can't use port 80?

I try to use MAMP (v6.7) with apache on port 80. Error: The port 80 is already in use The Mac is a fresh new install without anything installed on it, macOS 13.2 on M2 apple silicon. If I try on other port like 8080 or 8888 it's ok, but I need port…
Mk3d
  • 96
  • 5
0
votes
0 answers

Connection Refused when attempting to run a tkinter gui app with docker/xquartz/socat on MacOS Ventura

If there is a problem with how I set up this question, please tell me so that I can fix it for later. I am attempting to figure out how to run a tkinter gui app within a docker container. I am using a 2020 macbook pro (intel) running MacOS Ventura…
0
votes
0 answers

NSSpeechSynthesizer phonemesFromText fails

On my new mac studio with macOS 13 (Ventura), I cannot get phonemes from text. startSpeakingString is working well, but phonemesFromText always returns nil. From the console log: NSSpeechSynthesizer: [NSSpeechSynthesizer phonemesFromText:] -…
michfiel
  • 1
  • 3
0
votes
2 answers

OSX - Background Items Added - Software from Citrix Online LLC

Does anybody know how to uninstall/delete Citrix Online from OSX? I keep getting the following message: I've downloaded Citrix Workspace App and ran Uninstall, didn't help, I've downloaded Citrix Receiver and ran Uninstall, didn't help... I'm…
anders
  • 814
  • 7
  • 12
0
votes
0 answers

Homebrew does not install on my m1 mac book

work@Krishnas-MacBook-Pro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" curl: (28) Failed to connect to raw.githubusercontent.com port 443 after 75222 ms: Operation timed out I have been getting…
0
votes
0 answers

Why isn't mysql logging in as root by default?

judahmeek@Judahs-MBP dummy % mysql ERROR 1045 (28000): Access denied for user 'judahmeek'@'localhost' (using password: NO) Using Homebrew's latest mysql package on MacOS v13.1 with default terminal. I'm a rather junior developer so I haven't made…
Judah Meek
  • 565
  • 7
  • 16
0
votes
0 answers

How do I get gfortran to work on Macbook pro with M2?

I am attempting to run gfortran on a 2022 Macbook pro with M2 and running Ventura 13.1 but I keep getting this error : ld: unsupported tapi file type '!tapi-tbd' in YAML…
gluonmuon
  • 11
  • 1
0
votes
0 answers

Visual Studio Code (1.74.3 (Universal) (MacOS Ventura 13.2a) CSS Linking Error

I'm new to Stack Overflow and I'm a bit familiar with HTML & CSS. So I've been trying to get my CSS to work with my HTML for a week or 2, and this is my file structure before VSC "Solved" my problem: TestProj/HTML/index.html (for my HTML)…
0
votes
1 answer

Applescript Ventura Toggle Accessibility Grayscale On/Off

Toggling grayscale on/off worked fantastically with AppleScript (see https://stackoverflow.com/a/58469753/2950707 ). However, this script breaks in Ventura. How could I modify the script to accomplish the same?
ppt
  • 946
  • 8
  • 18
0
votes
0 answers

How to get Email address from Microsoft Outlook mac in c#(xamarin.mac)

i need email address from Microsoft Outlook mac in c#(xamarin.mac) only way i can do via apple script but in new version it's not work. this script work only on old outlook `tell application "Microsoft Outlook" set email_accounts to {} repeat with…
Bhautik B
  • 11
  • 4
0
votes
0 answers

Use Automator to send files via Messages App

I've seen some older posts about this issue but no real fixes. I"m using macOS 13.1 and I would like to use Automator to send my clients iMessage or SMS texts that include images. I am able to send actual "text" just fine. When I try to send a file,…
JSACCC75
  • 3
  • 3
0
votes
0 answers

bad interpreter: No such file or directory macOS Ventura

I updated macOS to the new version Ventura 13.1 and python has stopped working /Users/myuser/Library/Python/3.8/bin/pre-commit: /Library/Developer/CommandLineTools/usr/bin/python3: bad interpreter: No such file or directory Running python3 from any…
0
votes
1 answer

Docker Desktop MacOS Ventura running a bunch of containers on install

I've only been playing with docker for a month or so for a node project, but on all 5 computers Ive used it on, 'docker ps' only showed my running containers. I just upgraded to MacOS Ventura and had to reinstall Docker Desktop, which also seems to…
BricoleurDev
  • 827
  • 9
  • 14