When computing predictions on windows machine there is error:
```
pred = Mljar.compute_prediction(df, model_id = 'xxxxxxx', project_id = 'xxxxxxxxxxxx',keep_dataset=True)
IOError …
Step to reproduce problem:
`lein new app mljar`
add [functionalbytes/mount-lite "0.9.5"] to project.clj
change src/mljar/core.clj to
```
(ns mljar.core
(:require
[mount.lite :as mount :refer (d…