In file included from /content/libcom/libcom/image_harmonization/source/trilinear_cpp/src/trilinear_cuda.cpp:1:
/content/libcom/libcom/image_harmonization/source/trilinear_cpp/src/trilinear_kernel.h:4:10: fatal error: THC/THC.h: No such file or directory
4 | #include <THC/THC.h>
| ^~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
I have indirectly used this repo through while cloning libcom and have encountered with the above error while installing libcom that is
pip install libcom
Can you please resolve this.
Thank you
In file included from /content/libcom/libcom/image_harmonization/source/trilinear_cpp/src/trilinear_cuda.cpp:1:
/content/libcom/libcom/image_harmonization/source/trilinear_cpp/src/trilinear_kernel.h:4:10: fatal error: THC/THC.h: No such file or directory
4 | #include <THC/THC.h>
| ^~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
I have indirectly used this repo through while cloning libcom and have encountered with the above error while installing libcom that is
pip install libcom
Can you please resolve this.
Thank you