I need to create some models using the scikit-learn package in python39 which can be used on windows machines. The only way I can do that on linux is by using wine. I would like to use nix to create a reproducible wine environment with python39 and all necessary packages installed in it. It also would be great if I could just run it (like using nix run) and get it to create the model for me using my python script.
Has anyone done something similar before, or has any ideas on how to achieve this?
Thanks for the quick reply! That does not sound like a simple problem, but I’ll check those links out when I have some time and see what I can do with them. If I get anything useful out of it, I’ll report back.