When using python 3.12, after overcome the dependency issue as stated by Issue 11, it fails with the error below, even if executed from the same directory where the folder common is located.
$ chronicle_cli parsers run
Traceback (most recent call last):
File "/opt/tools/cli/env/bin/chronicle_cli", line 5, in <module>
from main import cli
File "/opt/tools/cli/main.py", line 23, in <module>
from common import chronicle_auth
ModuleNotFoundError: No module named 'common'
Reverted to Python 3.11 and the error is not shown.
Tested this in multiple devices and the issue is reproducible.
When using python 3.12, after overcome the dependency issue as stated by Issue 11, it fails with the error below, even if executed from the same directory where the folder
commonis located.Reverted to Python 3.11 and the error is not shown.
Tested this in multiple devices and the issue is reproducible.