-
Notifications
You must be signed in to change notification settings - Fork 289
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
_opentime cannot be found in Windows #1100
Comments
Same issue here on windows x64 python3 in virtualenv. I found a workaround that copy all the dll files under |
We're working on getting wheels created regularly for Windows, things will be smoother when that's up and running. Keep an eye on this PR: #1099 Also, can you clarify the build steps you are following to obtain OTIO? I'm not sure if you are reporting a problem with OTIO installed from source here at github, or if you are installing from pypi? |
I have no .opentimelineio/cxx-libs folder. |
That workaround applies to older versions of OpenTimelineIO. We have landed a publish workflow, please see the workflow comments by tin2tin in this PR: #1110 |
We have released OpenTimelineIO 0.14.0 on pypi. Please feel free to reopen this issue if you encounter issues with |
Incorrect Functionality and General Questions
_opentime cannot be found in Windows, Python 2.7.16, otio 0.13.0 installed with pip.
And cannot find how to solve it in issue #681 and #667 .
Logs
File "l:\packages\pg\third_party\plugin\otio\0.13.0\platform-windows\python-2.7.16\opentimelineio_init_.py", line 35, in
from . import (
File "l:\packages\pg\third_party\plugin\otio\0.13.0\platform-windows\python-2.7.16\opentimelineio\opentime.py", line 1, in
from . _opentime import ( # noqa
ImportError: DLL load failed: 找不到指定的模块。
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: