Closed DManowitz closed 1 year ago
Thanks for the issue. We don't support Windows officially. I hope someone with Win experience can help on that
At least for conda, you can make the __unix virtual package a dependency to prevent installation on Windows.
I have no idea how to do that. If you guide me I can do it.
I'm not 100% sure myself about configuring conda recipes, but I know there is a __unix package that you can make as a dependency of your package, and that will automatically not be solvable on Windows. It is not a real package that is ever installed, so it is a virtual package, but it will be available on MacOS and Linxux, but not Windows.
This was fixed by bac036fc1744af9317e036db6308371b1b22ccc4.
Even better :)
Describe the bug
Trying to import this package on Windows gives the following error:
Since there is no
fork
method on Windows, please either fix this issue or do not mark this package as platform-independent.To Reproduce
Install this package on a Windows system. Start Python. Try to import trainer.
Expected behavior
No response
Logs
No response
Environment
Additional context
No response