From ad61bc1dc01f0678534150a795ed77a8d38f999a Mon Sep 17 00:00:00 2001 From: Pavel Tomanek Date: Wed, 15 Jan 2025 19:22:28 +0100 Subject: [PATCH] #487 add E1 error --- 487_DeePMD-kit/deePMD.eb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/487_DeePMD-kit/deePMD.eb b/487_DeePMD-kit/deePMD.eb index d4ef7cb7..8dc9ebd4 100644 --- a/487_DeePMD-kit/deePMD.eb +++ b/487_DeePMD-kit/deePMD.eb @@ -77,3 +77,10 @@ exts_list = [ # sanity_check_commands = ['%(name)s --help'] moduleclass = 'ai' + +# E1: + # same problem as with horovod: https://github.com/vscentrum/vsc-software-stack/issues/390#issuecomment-2304201251 + # <- during pip install deepmd-kit: + #error This file was generated by an older version of protoc + #error incompatible with your Protocol Buffer headers + #error regenerate this file with a newer version of protoc. \ No newline at end of file