Skip to content

Instantly share code, notes, and snippets.

@YamashitaRen
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YamashitaRen/e8c004f6d5fc2018f509 to your computer and use it in GitHub Desktop.
Save YamashitaRen/e8c004f6d5fc2018f509 to your computer and use it in GitHub Desktop.
Error when running Vapoursynth built by Clang
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