django-tracking icon indicating copy to clipboard operation
django-tracking copied to clipboard

ImportError: No module named 'listeners'

Open ShivaGuntuku opened this issue 8 years ago • 8 comments

Collecting django-tracking Using cached django-tracking-0.4.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\gshiv\AppData\Local\Temp\pip-build-odmfikyz\django-tracking\setup.py", line 6, in import tracking File "c:\users\gshiv\appdata\local\temp\pip-build-odmfikyz\django-tracking\tracking__init__.py", line 1, in import listeners ImportError: No module named 'listeners'

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

Command "python setup.py egg_info" failed with error code 1 in C:\Users\gshiv\AppData\Local\Temp\pip-build-odmfikyz\django-tracking\

i did n't find any module listeners. help me how to get rid up this problem.

ShivaGuntuku avatar Jul 17 '16 06:07 ShivaGuntuku

I got the same issue @ShivaGuntuku

Collecting django-tracking Downloading django-tracking-0.4.1.tar.gz (1.9MB) 100% |████████████████████████████████| 1.9MB 319kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-kouqjcaa/django-tracking/setup.py", line 6, in import tracking File "/tmp/pip-build-kouqjcaa/django-tracking/tracking/init.py", line 1, in import listeners ImportError: No module named 'listeners'

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

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kouqjcaa/django-tracking/ Anyone found any answer to this. @bashu

arpit1997 avatar Oct 30 '16 16:10 arpit1997

This is an issue with pypi version of django-tracking. Try downloading the develop branch and installing from source:

python setup.py install

williamd1k0 avatar Feb 07 '17 02:02 williamd1k0

This worked: pip install git+https://github.com/bashu/django-tracking.git

johnsliao avatar Nov 27 '17 20:11 johnsliao

@johnsliao for me too!!

daviwesley avatar Apr 06 '18 18:04 daviwesley

@johnsliao good job !!!

pylixm avatar May 15 '18 01:05 pylixm

@johnsliao Worked for me too

stselvam avatar May 16 '20 04:05 stselvam

Running pip install git+https://github.com/bashu/django-tracking.git then python manage.py syncdb worked for me.

mkornyev avatar Jul 04 '20 17:07 mkornyev

I have the same error and the proposed solutions form me they doesn't work. Please you can help me? I'm in a venv based on Python 3.8.16 and django 4.1.7.

giuseppericci avatar May 31 '23 11:05 giuseppericci