-
Notifications
You must be signed in to change notification settings - Fork 309
Closed
Labels
Milestone
Description
Bug Report
Python 3.10.2 | packaged by conda-forge | (main, Mar 8 2022, 16:02:23) [Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import opentimelineio as otio
>>> otio.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'opentimelineio' has no attribute '__version__'
This is a regression from 0.14, see here: #1224