'aux' is a reserved filename on windows
ansegundo opened this issue · 1 comments
ansegundo commented
'/torchesn/utils/aux.py' is not valid on Windows because 'aux' is a reserved filename. You can't use/install the module...
And since version 0.4.0, Pytorch now officially supports Windows, so I think it would be better to change the filename.
stefanonardo commented
Thank you, I don't use Windows so I wasn't aware of these issues. ;) I will fix them asap.