osr2mp4-core
osr2mp4-core copied to clipboard
does not install
uhh cython isnt working right
Error compiling Cython file:
cdef int mid = 0
cdef int left = 0
cdef int right = len(v)
while left < right:
mid = left + (right - left)/2
^
ccurves.pyx:31:13: Cannot assign type 'double' to 'int'