Microsoft.ML.Parquet must use Parquet.net version == 2.1.3 . It may not use the current Parquet.net versions 3.xx (3.91) as the internal structures have changed and Parquet.Data.Dataset does not exist in recent Parquet.net versions.
When a newer Parquet.dll is found however this newer version is used and causes a crash al Assembly.Load
https://github.com/Rokin-Tech/machinelearning/tree/main/src/Microsoft.ML.Parquet
Best solution would be to update Microsoft.ML.Parquet .
second best is to force linkage of exact parquet.net 2.1.3 and not allow >= 2.1.3
Best regards
Andreas
Microsoft.ML.Parquet must use Parquet.net version == 2.1.3 . It may not use the current Parquet.net versions 3.xx (3.91) as the internal structures have changed and Parquet.Data.Dataset does not exist in recent Parquet.net versions.
When a newer Parquet.dll is found however this newer version is used and causes a crash al Assembly.Load
https://github.com/Rokin-Tech/machinelearning/tree/main/src/Microsoft.ML.Parquet
Best solution would be to update Microsoft.ML.Parquet .
second best is to force linkage of exact parquet.net 2.1.3 and not allow >= 2.1.3
Best regards
Andreas