Open kabamwboyer opened 3 years ago
I had this same issue today, running Big Sur 11.2.3
Using the brew install inkscape worked:
brew install inkscape ==> Tapping homebrew/cask Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'... remote: Enumerating objects: 8, done. remote: Counting objects: 100% (8/8), done. remote: Compressing objects: 100% (6/6), done. remote: Total 563852 (delta 2), reused 3 (delta 2), pack-reused 563844 Receiving objects: 100% (563852/563852), 248.73 MiB | 10.98 MiB/s, done. Resolving deltas: 100% (398221/398221), done. Tapped 3899 casks (4,016 files, 266.8MB). ==> Downloading https://media.inkscape.org/dl/resources/file/Inkscape-1.0.2.dmg ######################################################################## 100.0% ==> Installing Cask inkscape ==> Moving App 'Inkscape.app' to '/Applications/Inkscape.app' ==> Linking Binary 'inkscape.wrapper.sh' to '/usr/local/bin/inkscape' 🍺 inkscape was successfully installed!
Same issue today, on macOS Catalina 10.15.6, the command brew install caskformula/caskformula/inkscape
as hinted at on the inkscape release page does not work.
What fixed it for me was
brew tap homebrew/cask
brew install --cask inkscape
from this github thread
I see the following error when I attempt to
brew install caskformula/caskformula/inkscape
as per the instructions here:but when I
brew install inkscape
, It appears successful:I'm currently running MacOS Mojave 10.14.6 (18G3020)