webarx-security / wpbullet

A static code analysis for WordPress (and PHP)
GNU General Public License v2.0
229 stars 48 forks source link

ModuleNotFoundError: No module named 'colorama' #9

Open wheatonma opened 4 years ago

wheatonma commented 4 years ago

I'm running as python3. Scanning fails. colorama is installed.

Traceback (most recent call last):
  File "wpbullet.py", line 2, in <module>
    from core import scanner
  File "/home/linuxlite/Documents/wpbullet/core/scanner.py", line 3, in <module>
    from core import passive_check
  File "/home/linuxlite/Documents/wpbullet/core/passive_check.py", line 2, in <module>
    from colorama import Fore
ModuleNotFoundError: No module named 'colorama'