Skip to main content

Questions tagged [homebrew]

Homebrew is a package manager for macOS and Linux that provides an easy interface to install many packages. It has been built to play nicely with your existing system and not interfere with it. It has been built entirely on top of Git and Ruby and is easily customized to suit your needs. Debugging help with Homebrew should at the very least include details of the output of `brew doctor`.

0 votes
0 answers
21 views

Missing libtiff.5.dylib for running an executable-Unix-file on macOS 14.5 (Apple Silicon)

When trying to run this application by opening the FaceLandmarkVid executable-Unix-file from the downloaded ZIP, my Apple Silicon macOS terminal says the following: dyld[5840]: Library not loaded: /...
User4'33'''s user avatar
0 votes
0 answers
18 views

Error Starting Kafka on macOS: java.lang.IllegalArgumentException: No enum constant org.apache.kafka.coordinator.group.Group.GroupType.CLASS

I recently installed Kafka on macOS using Homebrew with the following commands: brew install kafka After installation, I attempted to start the Kafka server using the command: /opt/homebrew/opt/kafka/...
Yunus Emre Nalbant's user avatar
1 vote
0 answers
26 views

Unable to use PIP within a python virtualenv, but works just fine globally

I have python 3.12 and therefore pip installed on my Mac. They were installed from python.org, NOT homebrew, however because of previous homebrew installations there seems to be an error. Whenever I ...
Reilly Snyder's user avatar
0 votes
0 answers
25 views

Issues With Clang Locating C++ Libraries on M3 Chipset

I'm on a Macbook Pro 2023 with an M3 chip. I've been attempting to get Poco (and all of its library files) as well as libpq to be properly located by Clang while using a Makefile. All my attempts have ...
NAlexH2's user avatar
0 votes
0 answers
11 views

How to run brew during an apptainer build given brew cannot run as root?

I am trying to build the following apptainer. The last part of the script compiles the octopus variant caller. Bootstrap: docker From: ubuntu:latest %environment DEBIAN_FRONTEND=noninteractive ...
Harry Matthews's user avatar
0 votes
0 answers
15 views

Can't install mkdocs on Monterey [migrated]

I currently have Python3 as version 3.12.4 in my PATH. It was installed via Homebrew. I have installed mkdocs using pip3 install mkdocs mkdocs --version says mkdocs, version 1.6.0 from /Users/...
user1934428's user avatar
  • 21.6k
0 votes
1 answer
31 views

No module named cairo even though cairo is already installed- Mac

I've been trying to run a text-to-handwriting ai called "My Text in Your Handwriting" on my intel Mac. https://github.com/thaines/helit/tree/master/handwriting Going through the install ...
Hexagon4098's user avatar
-1 votes
0 answers
24 views

Watchman Installation Failed on Catalina 10.15.5

Please I am installing watchman for so that I can setup my React Native environment on MacBook Pro early 11 with Catalina 10.15.5. All efforts to successfully install watchman has been abortive. Could ...
Brenda Elliott's user avatar
0 votes
0 answers
53 views

Why can't my pyenv install any version of Python?

I have a Macbook M3 Pro and tansfered all of my content from an older Intel Pro. I have pyenv installed but I get a build error when I try to install any version of Python. Here's an example: python-...
Ashton T. Sperry's user avatar
-3 votes
1 answer
69 views

After installing python3.11 none of the general python/python3 executables are symlinked to them

I have installed python 3.11 via Homebrew. There are many posts about similar issues with [email protected] not updating python/python3, etc. But I have not seen a solution that fixes the fact that the ...
WestCoastProjects's user avatar
0 votes
0 answers
21 views

How to cache brew bundle install in a Linux Docker container?

I'm trying to cache the Homebrew downloads like I'm doing it for apt packages in the example below. However mounting the cache directory is causing permission errors. Here is a Dockerfile to reproduce ...
Berkay's user avatar
  • 393
0 votes
0 answers
23 views

Must you "deactivate" homebrew to run conda?

Based on this post. I know the post says that it's a good idea to deactivate conda before running brew, but what about the opposite? I was wondering if there is anything you need to do to customize ...
user26013698's user avatar
0 votes
1 answer
97 views

PIPX using latest Python 3.12 instead of system default

I am using pyenv for managing python installation in my system. Using pyenv I have installed python3.11.9 and set it as default with pyenv global 3.11.9, I have also added recommended commands by ...
monte's user avatar
  • 1,665
-1 votes
0 answers
18 views

Facing issue with conda replacing homebrew in terminal

I'm new to macOS and made a mistake recently. I installed anaconda which unfortunately replaced my homebrew in terminal. Now I'm unable to work with homebrew and everytime its telling "homebrew ...
Shamik Roy's user avatar
0 votes
0 answers
53 views

I am having an issue with running wpscan on macOS using homebrew: I keep getting an issue with nokogiri and a bundler issue

I keep getting this error: Last 15 lines from /Users/christos/Library/Logs/Homebrew/wpscan/02.bundle: /opt/homebrew/Cellar/wpscan/3.8.25/libexec/gems/bundler-2.5.14/lib/bundler/worker.rb:57:in block ...
Christos Konstantakis's user avatar

15 30 50 per page
1
2 3 4 5
467