-
Notifications
You must be signed in to change notification settings - Fork 605
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
Can't "make" on Mac OS #134
Comments
I also encountered this yesterday. I thought this Darknet is out of date or something so I replaced it entirely with the newest version which was pulled from here. Now it works really well |
True, thank you! |
Did you have an issue with |
No, I didn't see it. Can you double-check your files and directories? I think the reason would be having path like If you can send your structure here, I might be able to help. Good luck 😄 |
I think this can be closed with this solution. It worked for me as well. |
I get message
clang: fatal error: unsupported option '-fopenmp
after typing commandmake
in darknet directory. I have already updated clang but I don't understand how to run it properly viamake
.Thanks in advance!
The text was updated successfully, but these errors were encountered: