Open Schwein3211 opened 2 years ago
when i run the "python setup.py install", i comes the Error as follows:
src/binding.cpp:8:14: fatal error:THC.h”: No such file or directory
^~~~~~~
compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1
what can i do?
THC has been removed from PyTorch 1.11. See https://github.com/b-flo/warp-transducer/pull/2 for the patch.
when i run the "python setup.py install", i comes the Error as follows:
src/binding.cpp:8:14: fatal error:THC.h”: No such file or directory
include "THC.h"
compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1
what can i do?