Cortex-Analyzers
Cortex-Analyzers copied to clipboard
[Bug] cannot import name 'Client' from 'vt'
Describe the bug Hi, i was updating (git pull) Cortex-Analyzers yesterday, and i wasn't able to run virustotal scanners.
To Reproduce Steps to reproduce the behavior:
- git pull
- for I in analyzers/*/requirements.txt; do pip3 install -U -r $I || true; done
- getting error from vt-py --> cannot import name 'Client' from 'vt'
Work environment
- Client OS: Ubuntu
- Server OS: Ubuntu 20.04.4 LTS
- Browse type and version: Google Chrome
- Cortex version: 3.1.6-1
- Cortex Analyzer/Responder name: VirusTotal
- Cortex Analyzer/Responder version: VirusTotal
Additional context Does anyone can help me to fix this issue?