You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to perform the brew install on macOS Sonoma, Homebrew 4.3.8, according to the documentation:
brew tap DGtal-team/DGtal
brew install dgtal
However, upon running the second command brew install dgtal, I am met with the following error:
Error: dgtal-team/dgtal/dgtal: wrong number of arguments (given 2, expected 0)
I'm not sure what the cause of this could be, since I am not inputting any extra arguments in the command. I have also already run a brew update. Has anyone else experienced this or have ideas on how to resolve this?
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. The DGtal homebrew recipe seems to be a bit deprecated. I would need to doublecheck it.
In the meantime, the safer way to get the last version of the library is to build using the command line instructions (Makefile or Xcode on macOS) with cmake.
Hello,
I am trying to perform the brew install on macOS Sonoma, Homebrew 4.3.8, according to the documentation:
However, upon running the second command
brew install dgtal
, I am met with the following error:I'm not sure what the cause of this could be, since I am not inputting any extra arguments in the command. I have also already run a
brew update
. Has anyone else experienced this or have ideas on how to resolve this?Thank you.
The text was updated successfully, but these errors were encountered: