Skip to content

I can't install opentimeline io using pip #1342

Answered by jminor
MichaelPlug asked this question in Q&A
Discussion options

You must be logged in to vote

Looking at the long output (which I see in email, but not on the GitHub web site for some reason) I see a couple of clues that might help:

  • The command python3 -m pip install --upgrade -pip should be python3 -m pip install --upgrade pip (without the "-" before "pip")
  • For some unknown reason, pip is choosing to build OTIO instead of using a pre-built wheel
  • The build is failing because you don't have cmake installed.

Also, I believe that Apple no longer ships Python since macOS 12.4, but you seem to have Python installed in "/Library/Frameworks/Python.framework/Versions/3.9" which implies that you installed Python via the standard Python installer. That may be a configuration that we haven…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@MichaelPlug
Comment options

@JeanChristopheMorinPerso
Comment options

Answer selected by jminor
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@AustinWongParker
Comment options

@AustinWongParker
Comment options

@apetrynet
Comment options

@AustinWongParker
Comment options

Comment options

You must be logged in to vote
1 reply
@MichaelPlug
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants