@cid-chan found this issue working on nix running my code, I can't reproduce on windows and have no pc with linux to test.
She however runs into this issue even with a simple float, so it seems it's not surrounding stuff 🤔
Traceback (most recent call last):
...
base.akarin.Expr("4.376").set_output(1)
File "src/cython/vapoursynth.pyx", line 2565, in vapoursynth.Function.__call__
vapoursynth.Error: Expr: failed to convert '4.376' to float, not the whole token could be converted
EDIT: Apparently the issue is locale... base.akarin.Expr("4,376") works???
@cid-chan found this issue working on nix running my code, I can't reproduce on windows and have no pc with linux to test.
She however runs into this issue even with a simple float, so it seems it's not surrounding stuff 🤔
EDIT: Apparently the issue is locale...
base.akarin.Expr("4,376")
works???Thanks!