tenable / integration-jira-cloud

67 stars 52 forks source link

Error uploading config file #243

Closed FlyS3c closed 6 months ago

FlyS3c commented 7 months ago

I get to the step where I have to run tenable-jira on the config file, and get the below output. My config file is saved in the temp directory.

Command tenable-jira C:\temp\config.yaml

Output: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\admin\AppData\Local\Programs\Python\Python312\Tenable\Scripts\tenable-jira.exe__main__.py", line 4, in File "C:\Users\admin\AppData\Local\Programs\Python\Python312\tenable\Lib\site-packages\tenable_jira\cli.py", line 31, in from .transform import Tio2Jira File "C:\Users\admin\AppData\Local\Programs\Python\Python312\tenable\Lib\site-packages\tenable_jira\transform.py", line 3, in from pkg_resources import resource_string as embedded ModuleNotFoundError: No module named 'pkg_resources'

SteveMcGrath commented 6 months ago

Duplicate of #242