Closed issue by Tachiorz on void-packages repository https://github.com/void-linux/void-packages/issues/49857 Description: ### Is this a new report? Yes ### System Info Void 6.6.25_1 x86_64 AuthenticAMD uptodate rFFFFFFFFFFFFF ### Package(s) Affected vapoursynth-R66_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour `import vapoursynth` should work ### Actual behaviour ``` Traceback (most recent call last): File "", line 1, in File "src/cython/vapoursynth.pyx", line 86, in init vapoursynth TypeError: function() argument 'code' must be code, not str ``` ### Steps to reproduce `$ python` `>>> import vapoursynth`