-
Notifications
You must be signed in to change notification settings - Fork 309
Description
Required:
[x] I believe this isn't a duplicate topic
[x] This report is not related to an adapter
Select One:
[x] Incorrect Functionality or bug
Description
Only in OpenTimelineIO 0.17.0
I wanted to try out the otio viewer.
I followed the instructions from the quickstart guide
When I ran the otioview eld_file.edl command, the terimal hang for a solid second and returned to normal state without any error / feedback.
I tried to run otioview -h but this had the exact same error behavior as running the previous command.
I tried the same with otiostat by running the following command otiostat -h. This did return usage info, as did this command with the other available executables. This issue seems to be isolated to the otioview executable.
I had a look on the Slack channel and found a thread in which @JeanChristopheMorinPerso detailed that the exe is just a wrapper for the following command python -c 'import opentimelineview.console; opentimelineview.console.main()'. I opened a python session and tried to run the two commands but the interpeter crashed and exited after running the import command.

I tried the same steps on a seperate machine with the same python version and had the same issue, and on a third machine who had python 3.10.11 installed, also resulting in the same issues.
I tried this with both OpenTimelineIO and OpenTimelineIO-Plugins packages, Both have the same behaviour.
I downgraded to 0.16 and this resolved the issues I had.
Optional
Environment
Operating System: Windows 11
Python version if appropriate: 3.9.7 and 3.10.11