Hello,
I'm having trouble opening manager window. I followed the readme document instructions and I end up with this error:
$ python -m acq4
Traceback (most recent call last):
File "C:\Users\pineaulo\AppData\Local\anaconda3\envs\acq4\lib\runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "C:\Users\pineaulo\AppData\Local\anaconda3\envs\acq4\lib\runpy.py", line 111, in _get_module_details
__import__(mod_name) # Do not catch exceptions initializing package
File "acq4\__init__.py", line 37, in <module>
from .Manager import getManager
File "acq4\Manager.py", line 224
raise FileNotFoundError(f"Could not find default.cfg file in any of: {CONFIGPATH}")
^
SyntaxError: invalid syntax
It seems that I'm missing a configuration file. Is there a solution to this problem ?
Thanks