dreipol / django-scarface

Send push notifications to mobile devices using Amazon SNS
MIT License
43 stars 21 forks source link

Can't install django-scarface 3.2 #31

Closed karltaylor closed 6 years ago

karltaylor commented 6 years ago

I'm having trouble installing django-scarface 3.2. I am not sure if this is a django-scarface problem but any help would be great.

pip install django-scarface
Collecting django-scarface
  Using cached https://files.pythonhosted.org/packages/c6/ba/ceae41786d0e3de3e0e33cf503c663cd47e0921e5893194f5c5000acba15/django-scarface-3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/y6/y3twpy9557xb2d9mvwpcymh00000gn/T/pip-install-e2xdk8fn/django-scarface/setup.py", line 31, in <module>
        version=get_version("django_scarface", "__init__.py"),
      File "/private/var/folders/y6/y3twpy9557xb2d9mvwpcymh00000gn/T/pip-install-e2xdk8fn/django-scarface/setup.py", line 21, in get_version
        version_file = open(filename).read()
    FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/y6/y3twpy9557xb2d9mvwpcymh00000gn/T/pip-install-e2xdk8fn/django-scarface/django_scarface/__init__.py'
melbic commented 6 years ago

I was able to reproduce the problem and pushed a new version 3.2.1 please install this one.