Embarcadero / P4D-Data-Sciences

A collection of lightweight Python wrappers based on Python4Delphi simplifying Data Sciences development with Delphi
MIT License
92 stars 21 forks source link

LWPP OnInstallError not firing #27

Open peardox opened 2 years ago

peardox commented 2 years ago

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

lmbelo commented 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:

Bug report

A clear and concise description of what the bug is. Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible.

Your environment

lmbelo commented 2 years ago

Which Python version are you using? What is your target platform and architecture?

peardox commented 2 years ago

Good idea - they have templates don't they?

lmbelo commented 1 year ago

@peardox is it still happening?