fastddsgen -python option can't find template module.st [13638] #2444
Replies: 1 comment
-
Hi @webhoppery, I have opened an issue in the corresponding repository eProsima/Fast-DDS-Gen#88. We will continue the conversation there if you don't mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time I use the fastddsgen -python option I get the following error :
ERROR: Can't find template module.st; group hierarchy is [FastCdrCommon]
Exception in thread "main" java.lang.NullPointerException
at com.eprosima.fastdds.fastddsgen.execute(fastddsgen.java:401)
at com.eprosima.fastdds.fastddsgen.main(fastddsgen.java:1474)
I didn't see the module.st anywhere in the eProsima Fast DDS v2.5.0 installation.
I get the same error on both Ubuntu v20.04.3 and Win10 21H2 on same dual boot laptop. Both with Fast DDS v2.5.0.
Fastddsgen works fine on both installations without the -python option.
Beta Was this translation helpful? Give feedback.
All reactions