tomverbeure / intel_jtag_uart

A Python module to interact with an Intel JTAG UART
https://pypi.org/project/intel_jtag_uart
MIT License
18 stars 3 forks source link

[WinError 193] %1 is not a valid Win32 application #1

Closed Paulo-D2000 closed 3 years ago

Paulo-D2000 commented 3 years ago

Installed on Windows 10 x64 using pip, when trying to import I get the error. QUARTUS_ROOTIR is pointing to the quartus install path...

Images: image image

Thanks :)

tomverbeure commented 3 years ago

The Quartus DLL is a 64-bit library. This error triggers when using a 32-bit version of Python.

Solution: install a 64-bit version of Python.