I am having trouble installing drivers for Esao Jeulin consoles on Windows 10 64-bit systems.
However, the package works on Windows 7
This installation causes the error: Warning: CalledProcessErrorOutput()
The command-line installation goes smoothly, but there's a problem with the package:
whether it be:
Code: Select all
currentpath = os.path.dirname(os.path.realpath(__file__))
print("Installation drivers")
run_notfatal(r'C:\Windows\System32\pnputil.exe -i -a %s\Esao_64bits\EsaoUsb.inf' %currentpath)
Code: Select all
currentpath = os.path.dirname(os.path.realpath(__file__))
print("Installation drivers")
run_notfatal(r'C:\Windows\System32\pnputil.exe /add-driver %s\Esao_64bits\EsaoUsb.inf /install' %currentpath)
