-
Notifications
You must be signed in to change notification settings - Fork 92
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
Comments
I got the same issue @ShivaGuntuku
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kouqjcaa/django-tracking/ |
This is an issue with pypi version of django-tracking. python setup.py install |
This worked: |
@johnsliao for me too!! |
@johnsliao good job !!! |
@johnsliao Worked for me too |
Running |
I have the same error and the proposed solutions form me they doesn't work. Please you can help me? |
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.
The text was updated successfully, but these errors were encountered: