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
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription 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
.rband 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-dependenciesthe install fails.Beta Was this translation helpful? Give feedback.
All reactions