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
I got the following error message when executing the makefile on Colab:
...In file included from /usr/local/lib/python3.10/dist-packages/tensorflow/include/google/protobuf/generated_message_reflection.h:45,
from /usr/local/lib/python3.10/dist-packages/tensorflow/include/tensorflow/core/framework/full_type.pb.h:28,
from /usr/local/lib/python3.10/dist-packages/tensorflow/include/tensorflow/core/framework/op.h:26,
from tf_nndistance.cpp:1:
/usr/local/lib/python3.10/dist-packages/tensorflow/include/google/protobuf/descriptor.h:116:7: note: forward declaration of ‘class google::protobuf::MethodOptions’
116 | class MethodOptions;
| ^~~~~~~~~~~~~
make: *** [makefile:13: tf_nndistance_so.so] Error 1
My makefile looks like this and the pathes should be correct.
Hi.
I got the following error message when executing the
makefile
on Colab:My
makefile
looks like this and the pathes should be correct.I would appreciate it a lot, thanks !
The text was updated successfully, but these errors were encountered: