I'm facing a compilation error in my Cython code while trying to assign a type 'void (const char ) except * nogil' to 'void ()(const char *) noexcept nogil'. I'm using this code in the context of interfacing with MuJoCo. I've tried to modify the cpx.file also.
I'm facing a compilation error in my Cython code while trying to assign a type 'void (const char ) except * nogil' to 'void ()(const char *) noexcept nogil'. I'm using this code in the context of interfacing with MuJoCo. I've tried to modify the cpx.file also.