Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Error "you are missing a module required for Belati" #25

Closed
cegi opened this issue Dec 10, 2017 · 2 comments
Closed

Error "you are missing a module required for Belati" #25

cegi opened this issue Dec 10, 2017 · 2 comments

Comments

@cegi
Copy link

cegi commented Dec 10, 2017

Please provide the following details.

Host System

  • OS : 4.14.0-kali1-amd64 Merge pull request #1 from aancw/master #1 SMP Debian 4.14.2-1kali1 (2017-12-04) x86_64 GNU/Linux
  • Python version (python --version) : Python 2.7.14
  • Pip version (pip --version) : pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
  • Output of pip freeze : [Upload the output to GitHub gists and provide link]

Error Description

I launch "python2 Belati.py" and i get :

**You are missing a module required for Belati. In order to continue using Belati, please install them with:

        `pip install --upgrade --force-reinstall -r requirements.txt`

        or manually install missing modules with:

        `pip install --upgrade --force-reinstall texttable python-geoip-geolite2 python-geoip dnsknife validators python-wappalyzer django pyexifinfo cmd2**

I already did all the steps above, the error persist. i managed to make it work before it just started recently to give that error, i get errors when trying to install the dependencies, has to do with Django :

**Collecting django (from -r requirements.txt (line 19))
Using cached Django-2.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-U2JmKn/django/setup.py", line 32, in
version = import('django').get_version()
File "django/init.py", line 1, in
from django.utils.version import get_version
File "django/utils/version.py", line 61, in
@functools.lru_cache()
AttributeError: 'module' object has no attribute 'lru_cache'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-U2JmKn/django/**

Thanks for the tool, would greatly appreciate if i can get help on this. Also got same error on ParrotSec OS

@tr0esmad
Copy link

Same problem here. Was able to work it around by pip installing a previous version of Django (1.11.8). Once installed, remove the django line from requirements.txt.

BTW, remember to apt-get install exiftool first!

@aancw
Copy link
Owner

aancw commented Jan 11, 2018

Reference to this PR:
#26

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants