-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cannot find on PyPI #7
Comments
pip install django-google-analytics==1 seemed to work for me. |
@jameserrico, the django-google-analytics packages with a version of 1 on PyPi is not the same package as this one. |
Just had cause to use this again, hit same issue (and nearly re-filed 'til I realised I'd created this issue previously!) @clintecker - I'm happy to help with packaging/etc. if that's the bottleneck? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I search for django google analytics - I can't find this package
I assumed from
setup.py
that this was becausename
wasgoogle_analytics
, but, I search for google_analytics and I still can't find this package.Has it indeed been uploaded to PyPI?
The text was updated successfully, but these errors were encountered: