DLL errors usually mean that the app is broken everywhere but the machines which work already have the DLL elsewhere in PATH which makes it look like it works. Can you confirm that:
where python37 from cmd yields something on the machines that work but nothing on the machine that doesn’t?But that particular DLL going missing tends to mean you’re using an unsupported distribution of Python (such as the one on the Windows store). If you switch to a vanilla Python from python.org that should get rid of it.