python3-openimageio is installed but can't import it

Posted on

Hi All,

I've installed python3-openimageio, but when I try to import it in python3, I get the following error:

puter:~:{01:27:48}sudo dnf install python3-openimageio
Updating Subscription Management repositories.
Last metadata expiration check: 0:00:53 ago on Mon 25 Mar 2024 01:27:16 PM PDT.
Package python3-openimageio-2.1.20.0-1.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
puter:~:{01:28:12}python3
Python 3.7.12 (default, Dec 8 2021, 15:54:29)
[GCC 8.5.0 20210514 (Red Hat 8.5.0-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.

import OpenImageIO
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'OpenImageIO'

How do I resolve this?

Thanks, mitch

Responses