Hello, I try to compile the legacy GUI tool on Windows (yes, I know about UAVCANv1 and Yukon, but I need UAVCANv0 at the moment), but without success.
The uavcan_gui_tool packages was installed without any problems (only PyQtGraph is not compatible with my Python 3.8, so I had to modify ptime.py), I can start it and it works good.
But when I try to do “bdist_msi” or 'build_exe" I get this error message:
cx_Freeze.common.ConfigError: cannot find file/directory named build\hatched_eggs\uavcan
cx_freeze was installed before compilation.
What could be a reason?
Thank you!