vitrivr / vitrivr-engine

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.
https://vitrivr.org
MIT License
6 stars 3 forks source link

ArtifactNotFoundException for flycapture Dependency #110

Closed rahelarnold98 closed 2 months ago

rahelarnold98 commented 2 months ago

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

@net-cscience-raphael Is there an alternative?

net-cscience-raphael commented 2 months ago

removed it, was unused.