uyitroa / osr2mp4-core

A program to convert osu replay file osr to mp4. Sample: https://www.youtube.com/watch?v=5ugu_9yDSg0
MIT License
118 stars 14 forks source link

does not install #110

Open 9u3 opened 5 months ago

9u3 commented 5 months ago

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'