Trying to run odrivetool using Windows terminal.
Have OsError which is winerror 193.
As far as I can see it is on libfibre.py, when it passing the libfibre-windows-amd64.dll address to windll.Loadlibrary().
An attempt of dlltype() in ctypes module to _dlopen() this dll apparently rises this error.
Python 3.8.6 as prescribed 32 bit, windows 10 x64.
Upd:
I’ve checked there is no conflicts with other python versions, there is correct system variable Path to python and all traceback executing in a single python 3.8.6 environment
This might be caused due to an incompatible ABI between the 32-bit Python and the 64-bit libfibre DLL. Can you try if the same happens with a 64-bit version of Python?