vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
I'm encountering an ArtifactNotFoundException when trying to build vitrivr-engine on my Mac. The error indicates that the flycapture-2.13.3.31-1.5.9-macosx-x86_64.jar artifact cannot be found in the Maven Central Repository.
Execution failed for task ':vitrivr-engine-index:compileKotlin'.
> Could not resolve all files for configuration ':vitrivr-engine-index:compileClasspath'.
> Could not find flycapture-2.13.3.31-1.5.9-macosx-x86_64.jar (org.bytedeco:flycapture:2.13.3.31-1.5.9).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/bytedeco/flycapture/2.13.3.31-1.5.9/flycapture-2.13.3.31-1.5.9-macosx-x86_64.jar
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I'm encountering an ArtifactNotFoundException when trying to build vitrivr-engine on my Mac. The error indicates that the flycapture-2.13.3.31-1.5.9-macosx-x86_64.jar artifact cannot be found in the Maven Central Repository.
@net-cscience-raphael Is there an alternative?