AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO

PyOpenColorIO conflicts with PyQt6

Open
#2,200 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.1k
Forks
503
PR merge metrics
No merged PRs in 30d

Description

Hello !
I noticed a conflict between PyOpenColorIO 2.4.2 and PyQt6.
Let me detail the issue, when importing PyOpenColorIO after PyQT6, python crashes. But when importing PyOpenColorIO first, it works.

Minimal reproductible example :

( python 3.13 )

`from PyQt6 import QtCore`
`import PyOpenColorIO as OCIO`

The same code with PyOpenColorIO 2.3.# and python 3.12.# works like a charm.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.