Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
56 views

From my Fedora 42 distro, I am trying to use homebrew to install a specific version of gcc to use in my C++ project. However, I am finding that the homebrew installs of gcc fail when making certain ...
Wilson's user avatar
  • 634
0 votes
1 answer
77 views

I've been happily using python with venv for at least the last year. It now no longer works: python -m venv . returns the error: Error: Command '['/Users/sejaques/bin/python3.13', '-m', 'ensurepip', '...
Sam Jaques's user avatar
Advice
0 votes
3 replies
47 views

Where does Homebrew store Hashicorp vault config file vault.hcl? It is not in /etc/vault.d (there is none such dir)
Cloudscape Germany's user avatar
0 votes
1 answer
81 views

I want to use GitHub Actions to build the bottle for a formula that lives in the same repository. The main part here is: - name: build package run: | brew install --build-bottle ./Formula/...
olebole's user avatar
  • 593
5 votes
3 answers
461 views

Sat 29 Nov 2025 Per @kakaiikaka's request: $ /opt/homebrew/Cellar/openssl@3/3.6.0/bin/openssl version OpenSSL 3.6.0 1 Oct 2025 (Library: OpenSSL 3.6.0 1 Oct 2025) $ which openssl /opt/homebrew/bin//...
P. James Norris's user avatar
0 votes
0 answers
59 views

Context: I work in a project that produces a python library. This library has several dependencies and we build most of the dependencies from source. Everything is done in docker images with Ubuntu 22....
Ivan's user avatar
  • 1,551
0 votes
1 answer
102 views

I'm far from a Python expert and this is my first Scrapy project. I installed Scrapy using Brew. I've been able to do some basics with Scrapy and making progress. I need to add Beautiful Soup to clean ...
JReekes's user avatar
1 vote
0 answers
94 views

I was working on a script on version 4.4.2_2 of R, installed through homebrew, and was struggling to install the xgboost package. I went to Terminal and tried to install gcc, a dependency that I ...
BSHuniversity's user avatar
0 votes
1 answer
57 views

I am making some github actions that release my mac app: name: release on: push: branches: - dev - master jobs: tag_git: runs-on: ubuntu-latest permissions: ...
Dimitrios Desyllas's user avatar
0 votes
0 answers
134 views

I am trying to build someone else's project that relies on the virtualenv package. On Mac OS with Homebrew, the python environment is externally managed, so I can't "globally" install ...
Sam Jaques's user avatar
0 votes
1 answer
140 views

I install postgres with homebrew and verify the postgres server is running: brew install postgresql@14 brew services restart postgresql@14 psql --version -> psql (PostgreSQL) 14.18 (Homebrew) I ...
Neil's user avatar
  • 4,740
0 votes
0 answers
80 views

the info page does not mention a conflict with ctags, but when i run brew install --cask emacs the output is something like ==> Installing Cask emacs ==> Moving App 'Emacs.app' to '/...
hellopeach's user avatar
  • 1,084
2 votes
2 answers
438 views

I'm trying to install Elasticsearch on macOS (Apple Silicon) using Homebrew, but I've run into several issues and none of the common methods seem to work properly. What I’ve tried: 1. Direct ...
seyedrezabazyar's user avatar
2 votes
1 answer
220 views

trying to get fftw to work. I'm on an M2 macbook, used brew to install fftw. Within my IDE, #include <fftw3.h> doesn't throw an error, and autocomplete correctly lists fftw constants and ...
BBonless's user avatar
  • 159
0 votes
1 answer
732 views

After the MacOS 15.4 update, my C++ code, which used to compile perfectly fine on my Homebrew gcc install, stopped working. After a bit of internet search, it seemed like Apple did something weird ...
yeetcode's user avatar
3 votes
2 answers
91 views

I'm working on a basic Snake game for the Nintendo 3DS using the 3ds.h library, but I've noticed that the game is quite jittery during gameplay. The game runs fine aside from some noticeable input ...
HarryDoesTech's user avatar
0 votes
0 answers
62 views

I cannot run Homebrew-installed g++ 14.2.0 in Visual Studio Code for macOS 15.3.2 on an Apple M2 system. I was able to load the standard library using --sysroot=/Library/Developer/CommandLineTools/...
user29650973's user avatar
1 vote
0 answers
59 views

The frustrating thing is there are so many related questions that almost help me, but not the exact combination I'm doing. This is my first time trying to make a Swift package wrapping a C library ...
CTMacUser's user avatar
  • 2,082
2 votes
1 answer
162 views

So, I downloaded openscad via brew install openscad, but when I run openscad CLI I get This application failed to start because it could not find or load the Qt platform plugin "cocoa" in &...
Michael Sohnen's user avatar
1 vote
1 answer
506 views

I am trying to run a Fortran module that contains a function that I want to use on Python and apparently what I need to do is run the following line on the terminal python -m numpy.f2py -c -m ...
JR_Arg22's user avatar
0 votes
1 answer
79 views

I have a strange problem. I have a very simple HTML form which calls a PHP script. This works flawlessly on Desktop browsers (as it should), but on Safari on iOS, it regularly crashes if I use "...
Simifilm's user avatar
  • 103
0 votes
0 answers
53 views

My program depends on asio_http2_server.h and i'm not able to get this file on my install and getting this error during run fatal error: 'nghttp2/asio_http2_server.h' file not found 2 | #include &...
anish's user avatar
  • 7,500
0 votes
1 answer
41 views

I have a daily journal I create in Devonthink3, and as part of the note creation, I add that day's weather and the forecast. I ran this fine for about 90 days, but had to wipe the computer and reload ...
Stephen Ogletree's user avatar
0 votes
1 answer
97 views

I'm developing a Max/MSP external on MacOS... in fact, I'm porting a Max/MSP external that I developed on Windows (Visual Studio 2022 toolchain) onto MacOS using Cmake and Clang. The Max external ...
Virgult's user avatar
  • 21
-1 votes
1 answer
107 views

I got this error when im trying to get access to my postgreql db by pgAdmin. [tag:connection failed: :1), port 5432 failed: could not receive data from server: Connection refused] Run this brew ...
Mikayel Dadayan's user avatar
2 votes
1 answer
2k views

I have installed 3 different versions of node, and when I try to initialise a new project using npm create ..., I encountered this error: dyld\[68210\]: Library not loaded: /opt/homebrew/opt/icu4c/lib/...
reyna's user avatar
  • 61
0 votes
0 answers
79 views

Has anyone ever been able to install the most recent version of pyenv on their computer? I just updated my python to 3.13.2. I tried through brew and run into this issue: ==> Installing ...
leensa's user avatar
  • 1
1 vote
2 answers
226 views

I want to split up my Brewfile into multiple Brewfiles to separate some programs and apps into different sections and I can do some easy customisation of new MacOS machines and install specific ...
Mo0rBy's user avatar
  • 757
4 votes
5 answers
1k views

I want to upgrade glib to 2.82.5 through homebrew on mac running sequoia, but it failed with this python dependency not found error ==> Upgrading glib 2.82.4 -> 2.82.5 ==> Patching ==> ...
noir's user avatar
  • 227
1 vote
0 answers
34 views

I have mac silicon M1: % uname -m arm64 and macOS = Sequoia: % sw_vers ProductName: macOS ProductVersion: 15.3.1 BuildVersion: 24D70 I have command line tools installed: % pkgutil --...
Heifetz_Fan's user avatar
1 vote
1 answer
361 views

Idk why my previous topic was determined like 'question not related for programming and tools` but I'll ask again and more accurate. I moved from Windows to Mac and started working on my C++ project. ...
Grimlock's user avatar
  • 187
2 votes
1 answer
673 views

I am trying to install PHP8.3 using brew install [email protected] . But I'm getting the following ==> Downloading https://libzip.org/download/libzip-1.11.3.tar.xz curl: (35) error:14004410:SSL routines:...
Ghassan Barghouti's user avatar
0 votes
0 answers
66 views

In terms of specs, I'm running MacOS Ventura 13.7.1 and Python 3.13. I use QGIS for work, and I attempted to update remotior-sensus so I could use a specific plugin. (base) [my system]:~ Morgan$ /...
Morgan's user avatar
  • 9
2 votes
0 answers
198 views

After my recent macOS update (ARM to SDK 15.2) my C code—which previously compiled using Homebrew’s GCC—is now failing to compile. Simply including <stdio.h> produces the following error: /opt/...
Xmanoux's user avatar
  • 4,175
0 votes
0 answers
142 views

Trying to compile any c++ program with the iostream header results in the error In file included from hello.cpp:1: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/...
Ethan Shortt's user avatar
0 votes
1 answer
37 views

I have a C# app that writes to a user's Environment.SpecialFolder.ApplicationData, which maps to ~/Library/Application Support/StateSmith.Cli on a mac. This works fine for me on my Mac OS 15 macbook: ...
emmby's user avatar
  • 101k
0 votes
1 answer
141 views

I'm trying to write my first Homebrew formula. I would like the formula to download a specific binary from a specific url, based on OS, cpu architecture, and binary version, and then install it to the ...
emmby's user avatar
  • 101k
1 vote
1 answer
304 views

Pretty new to Mac. Just bought a new MacBook Pro with M4 Im in zsh (z shell) I installed homebrew I installed jEnv I installed Zulu 8 ARM JDK When executing "jenv add" command, I keep ...
TheUltimateHack's user avatar
0 votes
1 answer
72 views

I'm stuck with making AndroidSDK load the right path. It should load the path /Users/ansible-pipeline/Library/Android/sdk instead of /opt/homebrew/Caskroom/android-sdk/4333796. I've search the web, ...
Seunghyun Moon's user avatar
0 votes
1 answer
43 views

I have a new MBP, and originally set my dev env up with MongoDB installed with homebrew and running fine. It was set to start up on login with brew services start [email protected]. Today I ...
paul h's user avatar
  • 324
0 votes
0 answers
126 views

I am trying to run an electron application on macOS Catalina 10.15.7. I have installed nvm and node 20.9.0, and have installed electron, but when I try to start my electron app with the command ...
Martin's user avatar
  • 1,582
-1 votes
2 answers
548 views

I have a M1 Macbook Air, and am trying to use yt-dlp in a program. I did brew install yt-dlp and it installed successfully, but when I used import yt_dlp in the python program, it returned an error ...
Kewpor's user avatar
  • 11
0 votes
1 answer
77 views

currently install meilisearch in brew in macos ==> Installing meilisearch dependency: llvm ==> Downloading https://formulae.brew.sh/api/formula.jws.json ==> Patching ==> Applying ...
user824624's user avatar
  • 8,168
-1 votes
1 answer
86 views

I get this error when compiling my C++ code using both clang and g++ ld: warning: ignoring file '/usr/local/Cellar/nlopt/2.9.1/lib/libnlopt.0.13.0.dylib': found architecture 'x86_64', required ...
user29235041's user avatar
0 votes
0 answers
91 views

I was trying to get SyncTex to work with VimTex. While setting dbus up, which is required for Zathura, it would not run. The service starts, but when i run brew services info dbus, it says that dbus ...
FRXGFA's user avatar
  • 27
0 votes
0 answers
14 views

I'm adding a Google Sign In Button in an Expo project. After following the Setup Guide I ran npx expo prebuild --clean and it began to install cocoapods with the following dependencies from homebrew (...
Rodragon's user avatar
  • 177
1 vote
1 answer
160 views

I'm building a project with Maven 3.9.9 on mac sequoia and getting this error: ...(internal dep chain)... -> org.glassfish.hk2:hk2-locator:jar:2.4.0-b31 (compile) => org.javassist:javassist:jar:...
gph's user avatar
  • 1,361
0 votes
0 answers
246 views

Some background info—I am not a programmer but some software I like to use requires me to compile from source. I am trying to install Qt6 using brew so that I can compile Focuswriter for macOS ...
tghuguenin's user avatar
4 votes
1 answer
303 views

I am running a Ruby on Rails application. I upgraded my Postgresql@14 to postgresql@17 using Homebrew. Postgresql@14 was removed from the Homebrew list, so that I only have Postgresql@17 on the ...
mwhocl's user avatar
  • 121
-1 votes
1 answer
594 views

I have a MacBook with an M1 Max chip running macOS Sequoia 15.2, and I'm encountering an issue during the installation of Ruby 3.4.1. The error message states: Configuration of Ruby 3.4.1 failed! When ...
Silentmovie's user avatar

1
2 3 4 5
140