python setup.py egg_info" failed with error code 1 in django-tracking
I'm tying to install the django-tracking repository as follows in my requirements.txt
-e git+https://github.com/bashu/django-tracking@092c42a36137b97be364299f3746fdf68f6df6a0#egg=django-tracking I'm getting the following error I have no idea how to solve this
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /Users/user/venvs/project/src/django-tracking
Getting ImportError: No module named 'listeners' while installing this module and also couldn't find any such module listeners which satisfies the requirement
Same here. Did you find a solution?
pip install git+https://github.com/bashu/django-tracking.git