Tracker 22.1.0 installation via Anaconda3-2022.10-Windows failed

Hi,
First time user of the forum. I have installed Anaconda3-2022.10-Windows, and MFIX-22.3.1, and nodeworks using conda per installation instructions without any issues. However, installation of tracker-22.1.0 using conda command terminal has failed with multiple incompatible packages.
Is there a known issue, and possible workarounds?
Thanks
Achilles

Can you post the output? Also did you make a new conda environment for Tracker or did you install in the MFIX conda environment?

Hi @onlyjus ,
I have the same problem, but the only difference I build it form the source. the error I received is :

Warning: Only using 30 workers
Traceback (most recent call last):
File “DEM/Tracker/Tracker-22.1.0/tracker/image_viewer.py”, line 358, in mouseMoveEvent
if rect.contains(x, y):
TypeError: arguments did not match any overloaded call:
contains(self, point: QPoint, proper: bool = False): argument 1 has unexpected type ‘float’
contains(self, rectangle: QRect, proper: bool = False): argument 1 has unexpected type ‘float’
contains(self, ax: int, ay: int, aproper: bool): argument 1 has unexpected type ‘float’
contains(self, ax: int, ay: int): argument 1 has unexpected type ‘float’
Aborted (core dumped)``

What version of Qt are you using? It seems that the wrapper for Qt is not converting data types correctly.