Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

build_pip_pkg.exe.runfiles/__main__/setup.py , No such file or directory #81

Open
Patrikvs94 opened this issue Sep 14, 2020 · 0 comments

Comments

@Patrikvs94
Copy link

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
`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant