Open peardox opened 2 years ago
We should define a structure for bug report. I need clear instructions about issues and how to reproduce. Environment aknowlage is very important too. I'm thinking something like the following:
A clear and concise description of what the bug is. Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible.
Which Python version are you using? What is your target platform and architecture?
Good idea - they have templates don't they?
@peardox is it still happening?
If you download a bad package - PyTorch with ExtraIndexURL = 'https://download.pytorch.org/whl/cu117' the install error doesn't appear to fire.
The 117 package is problematic at least under Windows (116 is fine) - 64 bit python required
When running with 117 the install starts but never finishes, triggers the onInstallError or raises any exception as far as I can see