Houdini publish error - OTIO module not found

Hey there,

I’m configuring the Houdini and Deadline publish and when I’ve tried to publish my scene, I got this error:

Filepath:
/home/gabriel.valderramos/.local/share/AYON/addons/core_1.3.2/ayon_core/plugins/publish/collect_otio_frame_ranges.py

Traceback:
Traceback (most recent call last):
File "/home/gabriel.valderramos/.local/share/AYON/addons/core_1.3.2/ayon_core/pipeline/publish/lib.py", line 258, in publish_plugins_discover
module = import_filepath(
^^^^^^^^^^^^^^^^
File "/home/gabriel.valderramos/.local/share/AYON/addons/core_1.3.2/ayon_core/lib/python_module_tools.py", line 45, in import_filepath
module_loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/gabriel.valderramos/.local/share/AYON/addons/core_1.3.2/ayon_core/plugins/publish/collect_otio_frame_ranges.py", line 11, in 
import opentimelineio as otio
File "/opt/hfs20.5.487/python/lib/python3.11/site-packages-forced/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'opentimelineio'

How can I configure/install this dependency?

Thanks!

The error context:

error-context.json (379.5 KB)

This should be fixed in the next release of AYON core.

Do you have any idea when it will happen? I need deploy the houdini packages here in my studio…so is there any workaround to make it working?

Thanks!

As far as I know, the No module named 'opentimelineio' issue shouldn’t affect Houdini. Although, it causes few plugins to crash.

also, you can find additional info about the issue here Editorial: Added safe importing of opentimelineio by iLLiCiTiT · Pull Request #1400 · ynput/ayon-core · GitHub