-
I was trying to install on a Windows 10 x64 system but as soon as I write the "python -m pip install opentimeline" command it shows an error. I have python 3.10, I actually uninstalled and reinstalled it after getting the error for the first time to make sure I had the x64 version, but now I don't get what the problem is. Below you can find the terminal output. Thank you in advance.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @RuthlessWinter , pre-built binaries for Python 3.10 haven't been released yet. This means that pip will basically download the source code of OTIO and try t compile it, which is what is failing in your case because CMake can't find a compiler for x64. You have three options:
|
Beta Was this translation helpful? Give feedback.
-
FYI, OTIO will include pre-built wheels for Python 3.10 in the next release. |
Beta Was this translation helpful? Give feedback.
FYI, OTIO will include pre-built wheels for Python 3.10 in the next release.