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
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
$ ./install_darknet.sh
make: /usr/local/Cellar/cmake/3.14.0/bin/cmake: No such file or directory
make: *** [cmake_check_build_system] Error 1
The command "./install_darknet.sh" failed and exited with 2 during .
After building darknet from source, the built binaries are cached for use next time.
If these binaries were built using a different version, and the current virtual machine spawned by travis has a different version, then build fails throwing the above error.
Although, clearing the cache fixes this, because the darknet is built again from source.
Clearing cache is a solution, but not a good one.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After building darknet from source, the built binaries are cached for use next time.
If these binaries were built using a different version, and the current virtual machine spawned by travis has a different version, then build fails throwing the above error.
Although, clearing the cache fixes this, because the darknet is built again from source.
Clearing cache is a solution, but not a good one.
The text was updated successfully, but these errors were encountered: