Closed MartinDelille closed 6 years ago
Looks to me like cython is missing, what version of cython do you have installed?
$ cython --version
Cython version 0.28.5
Looks really strange, are you able to run this in python?
from Cython.Build import cythonize
Maybe cython isn't in your PYTHONPATH ?
Ok the problem was that I installed Cython with pip3
and that python --version
returns 2.7.10
When I try to compile pyaaf, it fails: