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
-- Using python from miniforge3
-- Using cached tensorflow-tensorflow-v2.10.0.tar.gz.
-- Extracting source /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/downloads/tensorflow-tensorflow-v2.10.0.tar.gz
-- Applying patch /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg_installed/arm64-osx/share/tensorflow-common/fix-build-error.patch
-- Applying patch /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg_installed/arm64-osx/share/tensorflow-common/change-macros-for-static-lib.patch
-- Using source at /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/tensorflow/src/v2.10.0-40a13680c9.clean
-- Configuring TensorFlow (dbg)
-- Warning: Building TensorFlow can take an hour or more.
-- Build Tensorflow with concurrent level: 11
CMake Error at /Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg_installed/arm64-osx/share/tensorflow-common/tensorflow-common.cmake:380 (file):
file COPY cannot find
"/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/tensorflow/arm64-osx-dbg/bazel-bin/tensorflow/libtensorflow.2.10.0.a":
No such file or directory.
Call Stack (most recent call first):
ports/tensorflow/portfile.cmake:5 (include)
scripts/ports.cmake:147 (include)
@JackyYin@matt-42 Do you know what the problem could be? It seems that it only generates dynamic libs for a static triplet and tries to copy these static libs.
Package: tensorflow[core]:arm64-osx -> 2.10.0
Host Environment
vcpkg-scripts version: 934a99d 2022-10-21 (17 hours ago)
To Reproduce
vcpkg install
Failure logs
Additional context
vcpkg.json
#24861 says that
arm64-osx
is a tested tripletThe text was updated successfully, but these errors were encountered: