the above model descriptor definition will give the following validation error:
Exception has occurred: ValidationError
1 validation error for bioimage.io model specification
documentation
Value error, 'charmap' codec can't decode byte 0x81 in position 5003: character maps to <undefined> [type=value_error, input_value='https://raw.githubuserco...image-io/main/README.md', input_type=HttpUrl]
For further information visit https://errors.pydantic.dev/2.8/v/value_error
File "C:\Users\katzalis\repos\spec-bioimage-io\test.py", line 72, in <module>
model = ModelDescr(
pydantic_core._pydantic_core.ValidationError: 1 validation error for bioimage.io model specification
documentation
Value error, 'charmap' codec can't decode byte 0x81 in position 5003: character maps to <undefined> [type=value_error, input_value='https://raw.githubuserco...image-io/main/README.md', input_type=HttpUrl]
For further information visit https://errors.pydantic.dev/2.8/v/value_error
Initially I got this issue when testing tiktorch on a windows platform https://github.com/ilastik/tiktorch/actions/runs/10905374847/job/30264149619. Also I noticed we don't have window ci running, we plan to support all platforms right? It is worth noting that for macos and linux platforms, there isn't such validation error ...
Hey!
the above model descriptor definition will give the following validation error:
Initially I got this issue when testing tiktorch on a windows platform https://github.com/ilastik/tiktorch/actions/runs/10905374847/job/30264149619. Also I noticed we don't have window ci running, we plan to support all platforms right? It is worth noting that for macos and linux platforms, there isn't such validation error ...