Hi, I recently had to change my setup computer and I had to reinstall acq4. I followed the procedure as described in the documentation but I keep getting this error when I try to start the software:
$ python -m acq4
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "U:\acq4\acq4\__main__.py", line 99, in <module>
gc = GarbageCollector(interval=1.0, debug=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pineaulo\AppData\Local\anaconda3\envs\acq4\Lib\site-packages\pyqtgraph\util\garbage_collector.py", line 28, in __init__
self.timer.start(interval * 1000)
TypeError: arguments did not match any overloaded call:
start(self, msec: int): argument 1 has unexpected type 'float'
start(self): too many arguments
Loading ACQ4...
===== 2024.12.03 17:12:28 =====
Can't log message; no log created yet.
{'exception': (<class 'TypeError'>, TypeError("arguments did not match any overloaded call:\n start(self, msec: int): argument 1 has unexpected type 'float'\n start(self): too many arguments"), <traceback object at 0x0000021A11881880>), 'msgType': 'error', 'threads': {}}
(acq4)
I tried to find a solution but I can't make sense of it.
Thanks in advance for your help !
Best,
Louison