ModuleNotFoundError: No module named 'io_scene_obj'

I fixed the problem by replacing RUN git submodule foreach git checkout ${BLENDER_VERSION} (which, at closer inspection, did exactly nothing) with RUN git submodule update --init --recursive.

1 Like