osr2mp4-core icon indicating copy to clipboard operation
osr2mp4-core copied to clipboard

does not install

Open 9u3 opened this issue 1 year ago • 2 comments

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'

9u3 avatar Jan 19 '24 23:01 9u3