You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Please provide the following details.
Host System
python --version
) : Python 2.7.14pip --version
) : pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)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:
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
The text was updated successfully, but these errors were encountered: