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

Can't "make" on Mac OS #134

Open
YaKalmar0 opened this issue Jul 12, 2020 · 5 comments
Open

Can't "make" on Mac OS #134

YaKalmar0 opened this issue Jul 12, 2020 · 5 comments

Comments

@YaKalmar0
Copy link

I get message clang: fatal error: unsupported option '-fopenmp after typing command make in darknet directory. I have already updated clang but I don't understand how to run it properly via make.
Thanks in advance!

@tailtq
Copy link

tailtq commented Jul 16, 2020

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

@YaKalmar0
Copy link
Author

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!

@YaKalmar0 YaKalmar0 reopened this Jul 16, 2020
@YaKalmar0
Copy link
Author

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

Did you have an issue with import darknet.python.darknet as dn ImportError: No module named darknet.python.darknet? If yes, how did you solve it?

@tailtq
Copy link

tailtq commented Jul 17, 2020

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

Did you have an issue with import darknet.python.darknet as dn ImportError: No module named darknet.python.darknet? If yes, how did you solve it?

No, I didn't see it. Can you double-check your files and directories?

I think the reason would be having path like alpr-unconstrained/darknet/darknet/python/darknet.py. If it is the case, please correct it like the same structure, which is alpr-unconstrained/darknet/python/darknet.py.

If you can send your structure here, I might be able to help. Good luck 😄

@qurbat
Copy link

qurbat commented Sep 5, 2021

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!

I think this can be closed with this solution. It worked for me as well.

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

No branches or pull requests

3 participants