Skip to content
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

Otio wont start #313

Closed
willDTF opened this issue Aug 23, 2018 · 6 comments
Closed

Otio wont start #313

willDTF opened this issue Aug 23, 2018 · 6 comments
Assignees
Labels
bug A problem, flaw, or broken functionality.
Milestone

Comments

@willDTF
Copy link

willDTF commented Aug 23, 2018

after a fresh install of opentimeline via
pip install opentimelineio

I tried to open it with
otioview path/to/your/file.edl

then it return

otioview /home/william/Documents/test_edl.edl
Traceback (most recent call last):
  File "/usr/bin/otioview", line 7, in <module>
    from bin.otioview import main
ImportError: No module named bin.otioview

i'm on Fedora 28, python 2.7.14, PySide2

@boredstiff
Copy link
Contributor

boredstiff commented Aug 24, 2018

This was fixed in f1e53e5 on July 31, but the version that is tagged and on PyPi - https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/v0.8 - is from July 24. It's up to the maintainers if they want to push a version 0.8.1 which would fix this, but if you need to install a working version, you can clone and pip install from the clone on the master branch and this will be fixed.

@jminor
Copy link
Collaborator

jminor commented Sep 7, 2018

@Kaiz3rTool are you able to get this working from the latest master branch?

@jminor jminor added the bug A problem, flaw, or broken functionality. label Sep 7, 2018
@willDTF
Copy link
Author

willDTF commented Sep 8, 2018

Sorry i missed your answers
yes with installing the 0.9.0 version it work like a charm
thank you

@willDTF willDTF closed this as completed Sep 8, 2018
@melMass
Copy link

melMass commented Sep 17, 2018

pip install git+https://github.com/PixarAnimationStudios/OpenTimelineIO.git
pip install pyside2
otioview /path/to/file.edl

@ssteinbach ssteinbach reopened this Sep 17, 2018
@ssteinbach
Copy link
Collaborator

@melMass @Kaiz3rTool I've pushed a new version of OTIO to pypi (v0.8.1) which should fix the issue with the commandline scripts not working.

@ssteinbach ssteinbach added this to the Public Beta 9 milestone Sep 17, 2018
@ssteinbach ssteinbach self-assigned this Sep 17, 2018
@ssteinbach
Copy link
Collaborator

In general, this was addressed by #299.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem, flaw, or broken functionality.
Projects
None yet
Development

No branches or pull requests

5 participants