Program generation doesn't work in latest docker image and throws the following error
Upon further inspection it turns out that the `libspp` folder contains the `.so` libraries from python version 3.9 onwards but the image only has python3.8 installed. I can confirm that after installing python3.9 and updating the symlinks, things work as expected and the program is generated.
Can you update the docker image with any python version (>=3.9) that also supports loading the post processors? Thank you!
Code:
Traceback (most recent call last):
File "/home/user/RoboDK/Posts/KUKA_KRC4.py", line 39, in
from libspp.KUKA_KRC4 import RobotPost as MainPost
ModuleNotFoundError: No module named 'libspp.KUKA_KRC4'Upon further inspection it turns out that the `libspp` folder contains the `.so` libraries from python version 3.9 onwards but the image only has python3.8 installed. I can confirm that after installing python3.9 and updating the symlinks, things work as expected and the program is generated.
Can you update the docker image with any python version (>=3.9) that also supports loading the post processors? Thank you!
