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
-1
votes
0 answers

webpack-dev-middleware Error: spawn Unknown system error -86 with Angular 13 and MacOS Ventura 13.5

I'm facing a tricky issue while trying to run my Angular project on my macOS M1 using Node.js 14. When I attempt to launch the project, I encounter this puzzling error related to Webpack-Dev-Middleware. knowing that the project works on another Mac…
-1
votes
1 answer

Installation error for PySCIPOpt in vscode Mac Ventura OS

I am working on a Mixed Interger Linear Programming problem. I wanted to use SCIP solver to find the optimised solution for my problem. I was trying to install "PySCIPOpt" package in vscode which resulted in the following error. error while running…
-1
votes
2 answers

System cannot identify installed Python packages

Any package installed through pip3 is declared to be 'successfully installed' but cannot be identified despite the path being included in the the $PATH environment variable. So far have attempted the following: reinstalled Python Reset $PATH and…
-1
votes
1 answer

How to use composer globally on MacOS Ventura

How to use Composer globally after installing on MacOS Ventura? I tried all the guides I found googling, including the one on the composer website. It says it can't find the file.
Matt Welander
  • 8,234
  • 24
  • 88
  • 138
-1
votes
1 answer

Where does Apache NiFi store queued (cached?) files?

I have an instance of Apache NiFi running locally on macOS in the following directory: /Applications/nifi-1.21.0/. Where should I be looking for queued FlowFiles to review and delete? I have set up a simple pipeline that looks as follows:…
razorramon
  • 117
  • 3
-1
votes
2 answers

Script recording in Mac Ventura is not working.Getting No Internet Access as soon as the URL is launched in Jmeter Chrome

Script recording in Mac Ventura is not working.Getting No Internet Access as soon as the URL is launched in Jmeter Chrome. Added proxy settings image. Can somebody help please.
Bem
  • 11
  • 1
  • 4
-1
votes
1 answer

Failed to open TCP connection when upgrading Rubygems

I'm on MacOS Ventura 13.0 and I'm trying to upgrade Rubygems. $ gem update --system ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ECONNREFUSED: Failed to open TCP connection to localhost:8808 (Connection refused -…
Backo
  • 18,291
  • 27
  • 103
  • 170
-1
votes
1 answer

Unable to update ruby version on macOs 13.2.1 (22D68) on intel i7 2019 model

I have tried at least 10 ways to install/ update ruby to a newer version atleast 2.7.6 but no luck so far. I have zero experience with ruby. Please help I have tried to install it using homebrew, rvm, rbenv frum etc. Always end up with this…
Sumeet
  • 1
-1
votes
1 answer

Cannot install better-sqlite3 package on MacOS Ventura

I am trying to install the Node.js package better-sqlite3 on my Strapi App, on my new laptop, a MacBook Pro M2 running on MacOS Ventura 13.2.1. It is not successful because, from what I understood, there are packages missing, and specifically while…
MH info
  • 52
  • 8
-1
votes
2 answers

Need help to create gui with buttons to select Shell Scripts via Script editor in MacOs Monterey/Ventura

Im new to creating scripts for Apple (MacOsx Ventura)… I would like to create an AppleScript with serveral buttons 3 to 9 depending on what Shell script I want to create… What I have now works in Mac terminal with selecting by pressing 1, 2, 3, etc……
-1
votes
1 answer

vim syntax highlight not working (MacOs Ventura)

I use vim as my text editor, and I want to make use of highlighted syntax. However, I cannot get it to work when I use the command “syntax on” in my ~/.vimrc file. The strange thing is that it does the syntax is highlighted in the ~/.vimrc file…
Roy
  • 1
  • 1
-1
votes
1 answer

rsync insists on including 'Library' in Mac OS

I'm on MAC OS Ventura 13.1. I created the following filter file for rsync, and saved it as rsync_filter.conf. + */ + Documents/*** + Music/*** + Pictures/*** + Work/*** - * Then, I call rsync -avm --delete --filter="merge rsync_filter.conf"…
-1
votes
1 answer

Get camera list stuck UI with camera entitlements on M1 with MacOS 13

Create a new mac os app in Xcode 14. Fetch camera list by these code: NSArray *devicesIOS = [AVCaptureDevice devicesWithMediaType:AVMediaTypeVideo]; then change the architecture to x86_64 snd add com.apple.security.device.camera to entitlements then…
-1
votes
3 answers

Popup error: "openjdk-11.0.2 is damaged and can't be opened" on mac os ventura

jdk 11 was fine on my mac os Mojave. On upgrading to Mac OS Ventura, I started seeing this popup error: openjdk-11.0.2 is damaged and can't be opened.I uninstalled and reinstalled openjdk11 using brew but still get the same error: $ brew uninstall…
user674669
  • 10,681
  • 15
  • 72
  • 105
-1
votes
1 answer

Installing vim with python3 support on MacOS 13 (Ventura)

I hope all are well. I found out that vim on my machine wasn't supporting python3: vim --version | grep python +cmdline_hist -langmap -python +viminfo +cmdline_info +libcall -python3 +virtualedit I…
knk
  • 37
  • 3
1 2 3
21
22