Open tomerBarkai opened 4 years ago
I also have this same issue on Windows, and have confirmed that I have tensorflow 1.13.1, CMake, g++, python 3.6.8, and cuda 10.1.168. It seems that the error is:
subprocess.CalledProcessError: Command '['cmake', '-DCMAKE_BUILD_TYPE=Release', '..']' returned non-zero exit status 1.
Sorry for the late reply.
I do not have access to a window machine to test the installation procedure. If there is anything I can do to help let me know. For starters you could send me the installation log and maybe I can help. Otherwise, you could also try building just the extension from source because it is usually the culprit for such errors.
Cheers, Angelos
Hi,
i am trying to install the package via pip and there seem to be a problem with the: ats.ops.extract_patches.libpatches
so i downloaded the repo and tried installing manually but i get:
i have tensorflow,cuda,g++ etc.
do you have any idea how to solve it?