Skip to content

Instantly share code, notes, and snippets.

@wallace11
Created June 3, 2019 04:15
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 wallace11/1967ae3fa9321e188ef3537c1ac7a5f2 to your computer and use it in GitHub Desktop.
Save wallace11/1967ae3fa9321e188ef3537c1ac7a5f2 to your computer and use it in GitHub Desktop.

Low Cython version

Makefile:2019: recipe for target 'src/cython/vapoursynth.c' failed
make: *** [src/cython/vapoursynth.c] Error 1

recipe for target 'src/cython/vapoursynth.c' failed

Probably due to Cython version 0.25.2 (Debian stretch default) source(old) source(new)

sudo -H pip3 install --upgrade pip
sudo -H pip3 install --upgrade cython

TTT

recipe for target 'vspipe' failed
make: *** [vspipe] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment