Last active
August 29, 2015 14:14
-
-
Save YamashitaRen/e8c004f6d5fc2018f509 to your computer and use it in GitHub Desktop.
Error when running Vapoursynth built by Clang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
odroid@OdroidU2:/mnt/Terabox/Videos/ADC/Vapour$ LD_LIBRARY_PATH=/usr/local/lib vspipe -y QTGeisha.vpy test.y4m | |
Exception ignored in: 'vapoursynth.vpy_setVariable' | |
Traceback (most recent call last): | |
File "vapoursynth.pyx", line 1230, in vapoursynth.vsscript_get_core_internal (src/cython/vapoursynth.c:21504) | |
File "vapoursynth.pyx", line 1195, in vapoursynth.createCore (src/cython/vapoursynth.c:21024) | |
vapoursynth.Error: Failed to obtain VapourSynth API pointer. System does not support SSE2 or is the Python module and loaded core library mismatched? | |
Script evaluation failed: | |
Python exception: Failed to obtain VapourSynth API pointer. System does not support SSE2 or is the Python module and loaded core library mismatched? | |
Traceback (most recent call last): | |
File "vapoursynth.pyx", line 1488, in vapoursynth.vpy_evaluateScript (src/cython/vapoursynth.c:25136) | |
File "QTGeisha.vpy", line 3, in <module> | |
core = vs.get_core() | |
File "vapoursynth.pyx", line 1211, in vapoursynth.get_core (src/cython/vapoursynth.c:21265) | |
File "vapoursynth.pyx", line 1195, in vapoursynth.createCore (src/cython/vapoursynth.c:21024) | |
vapoursynth.Error: Failed to obtain VapourSynth API pointer. System does not support SSE2 or is the Python module and loaded core library mismatched? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment