stefanonardo/pytorch-esn

'aux' is a reserved filename on windows

ansegundo opened this issue · 1 comments

'/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.

Thank you, I don't use Windows so I wasn't aware of these issues. ;) I will fix them asap.