Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'listeners' #26

Open
ShivaGuntuku opened this issue Jul 17, 2016 · 8 comments
Open

ImportError: No module named 'listeners' #26

ShivaGuntuku opened this issue Jul 17, 2016 · 8 comments

Comments

@ShivaGuntuku
Copy link

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.

@arpit1997
Copy link

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

@williamd1k0
Copy link

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

python setup.py install

@johnsliao
Copy link

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

@daviwesley
Copy link

@johnsliao for me too!!

@pylixm
Copy link

pylixm commented May 15, 2018

@johnsliao good job !!!

@stselvam
Copy link

@johnsliao Worked for me too

@mkornyev
Copy link

mkornyev commented Jul 4, 2020

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

@giuseppericci
Copy link

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.

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

No branches or pull requests

9 participants