Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Outdated python version in latest docker image

#1
Program generation doesn't work in latest docker image and throws the following error
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!
  




Users browsing this thread:
1 Guest(s)