-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use otioviewer in 0.17.0 #1797
Comments
Do you have pyside installed for your python version? I believe you can do: |
Hi @apetrynet,
I've just now installed pyside as you suggested but this did not fix the behaviour I am experiencing. |
Just to exclude some potential bugs related to removal of contrib adapters in 0.17.0, did you install Also, please paste the traceback from the terminal in a comment so, we can look for clues :) |
I'm not sure how it is on windows, but on Linux you should find the executable under Sort of grasping at straws here, but find it strange that there's no output whatsoever. |
@BertPlasschaert |
@apetrynet I tried calling them directly as you proposed. This did not alter the behaviour. On windows these are located in .venv/Scripts/ The only linux access I have is WSL2 but I dont know if this is supported by otio as this does not seem to work with 0.16.0 either. Thank you for the information about Raven. This looks very promising, I'll continue to look into that. |
Looks like your Linux attempt is missing an OpenGL library, thus failing to import pyside6 and falling back on pyside2 which is not installed. Whenever you have time, could you please check one more thing just to scratch an itch? Again grasping at straws here. On Linux we need to be specific like: |
Thanks for checking! |
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
The text was updated successfully, but these errors were encountered: