Unable to install formula despite having dependencies #5903
Unanswered
Aspecky
asked this question in
Writing Formulae/Casks
Replies: 1 comment 1 reply
-
Some of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I am running macOS Catalina and I want to install xdotool, I have no sudo access which is why my homebrew install is entirely in $HOME. For some reason I cant install python3.13 but I can install 3.12, so for packages that require python, I simply download the
.rb
and change the dependency from 3.13 to 3.12 and that works most of the time. This time I had trouble with mesa, I edited the rb file to depend on 3.12 but it still wants to install python3.13 even tho all the other deps are there. When I go to install with--ignore-dependencies
the install fails.Beta Was this translation helpful? Give feedback.
All reactions