sham00n / buster

An advanced tool for email reconnaissance
GNU General Public License v3.0
937 stars 168 forks source link

Issue with lzma #5

Closed SecJesus closed 5 years ago

SecJesus commented 5 years ago

Hello, after installing this and following the setup, upon running "buster -h" I am given the error...

File "/usr/lib/python3.6/lzma.py", line 27, in <module> from _lzma import * ModuleNotFoundError: No module named '_lzma'

I have assured pylzma is installed for this python version, so I am if you have a fix for this?

sham00n commented 5 years ago

try sudo apt install liblzma-dev and recompile python , the problem comes from your python installation.

SecJesus commented 5 years ago

Yea I was using 3.6 and instead did a fresh install of 3.7. The setup.py didnt work for me though until I manually added the required libraries listed in the setup.py script. Everything works now! Great tool and thank you!