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 May 28, 2024. It is now read-only.
I managed to build it on Windows , however the "bazel-bin/build_pip_pkg artifacts" doesn't generate anything. I get the follow command line info.
`$ bazel-bin/build_pip_pkg artifacts
++ uname -s
++ tr A-Z a-z
PLATFORM=mingw64_nt-10.0-19041
is_windows
[[ mingw64_nt-10.0-19041 =~ (cygwin|mingw32|mingw64|msys)_nt* ]]
true
PIP_FILE_PREFIX=bazel-bin/build_pip_pkg.exe.runfiles/main/
main artifacts
[[ ! -z artifacts ]]
[[ artifacts == \m\a\k\e ]]
DEST=artifacts
shift
[[ ! -z '' ]]
[[ -z artifacts ]]
mkdir -p artifacts
[[ mingw64_nt-10.0-19041 == \d\a\r\w\i\n ]]
++ readlink -f artifacts
DEST=/c/Users/patrik.veges/Desktop/custom-op/artifacts
echo '=== destination directory: /c/Users/patrik.veges/Desktop/custom-op/artifacts'
=== destination directory: /c/Users/patrik.veges/Desktop/custom-op/artifacts
++ mktemp -d -t tmp.XXXXXXXXXX
TMPDIR=/tmp/tmp.fRga9SMi64
++ date
echo 14 Sep 2020 15:47:39 : '=== Using tmpdir: /tmp/tmp.fRga9SMi64'
14 Sep 2020 15:47:39 : === Using tmpdir: /tmp/tmp.fRga9SMi64
echo '=== Copy TensorFlow Custom op files'
=== Copy TensorFlow Custom op files
cp bazel-bin/build_pip_pkg.exe.runfiles/main/setup.py /tmp/tmp.fRga9SMi64
cp: cannot stat 'bazel-bin/build_pip_pkg.exe.runfiles/main/setup.py': No such file or directory
`
The text was updated successfully, but these errors were encountered: