Python - ModuleNotFoundError: OpenColorIO #147143
-
BodyHi everyone, It's been a few days now and i don't know what else to do. I'm having trouble with importing the OpenColorIO module in Python. I've tried this both on my virtual CS50 codespace and my MacbookPro (MacOS 12.7.4) and Python 3.10. I’ve installed it using pip, but when I try to import it, I get the following error:
I installed OpenColorIO successfully with the following command:
I verified the installation using
My Python environment seems to be pointing to the correct locations:
I also checked sys.path in Python, and it correctly lists
Despite this, when I try to run the following in Python from shell too i get this:
What I've Tried So Far: Reinstalled OpenColorIO:Tried reinstalling with the --user flag, but the problem persists. Even after upgrading and reinstalling the package, the error continues. Reinstalled Python/Pip:I even tried reinstalling Python in my local machine completely, thinking there might be a conflict with the installation or misconfiguration, but the problem remains. Attempted Manual Import in Shell:I tried importing the module directly in a Python shell, but got the same error I'm just starting to code, so I would like to apologize in advance if this issue is simple even though i didn't find anything online. Thank you so much. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It was solve just by calling PyOpenColorIO. |
Beta Was this translation helpful? Give feedback.
It was solve just by calling PyOpenColorIO.