Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brew install command on macOS fails #1737

Open
gaoalexander opened this issue Jul 3, 2024 · 3 comments
Open

Brew install command on macOS fails #1737

gaoalexander opened this issue Jul 3, 2024 · 3 comments
Assignees

Comments

@gaoalexander
Copy link

Hello,

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.

@dcoeurjo
Copy link
Member

dcoeurjo commented Jul 4, 2024

Hi @gaoalexander

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.

Let me keep this issue open in the meantime.

@gaoalexander
Copy link
Author

Thanks, @dcoeurjo. Building with cmake is working for me. 👍

@dcoeurjo
Copy link
Member

Great!

Related PR: #1738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants