Open Patrikvs94 opened 4 years ago
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 `
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 `