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!