Cortex-Analyzers icon indicating copy to clipboard operation
Cortex-Analyzers copied to clipboard

[Bug] cannot import name 'Client' from 'vt'

Open nauliajati opened this issue 3 years ago • 0 comments

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:

  1. git pull
  2. for I in analyzers/*/requirements.txt; do pip3 install -U -r $I || true; done
  3. 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?

nauliajati avatar Nov 16 '22 03:11 nauliajati