irmo322
irmo322
I've open a similar issue in unity-atoms repository: https://github.com/AdamRamberg/unity-atoms/issues/130
Following https://docs.python-cerberus.org/en/stable/customize.html#attaching-configuration-data-and-instantiating-custom-validators, I was able to make it work. See above example: ```python import cerberus print('cerberus version :', cerberus.__version__) class MyNormalizer(cerberus.Validator): def __init__(self, *args, **kwargs): super(MyNormalizer, self).__init__(*args, **kwargs) self.multiplier =...
Trace back error : [error.txt](https://github.com/grantjenks/python-wordsegment/files/6571348/error.txt)
Thank you for the support :)
I had the same problem and found a solution. ### Problem On ubuntu 22.04 64bit, python 3.10.12, I did: ``` sudo apt install openexr pip install OpenEXR ``` => pip...
Should I expect any return on this problem ? It's easy to reproduce it with the provided `samples.zip`.