You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: