-
Notifications
You must be signed in to change notification settings - Fork 201
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
Installation fails #46
Comments
I'm experiencing the same problem! |
very, very, weird... |
I managed to install now by manually adding requirements.txt to |
I understood why it's happening. I released both wheel and egg on pypi, when I tested the installation on my system, my pip installed via wheel and it was ok. For some reason the egg missed the requirements.txt file (I was battling with pypi for some other reasons and I had to do something manually which probably caused this issue). Try again now and let me know. This is the link of the fixed egg: https://pypi.python.org/packages/any/d/djangorestframework-gis/djangorestframework-gis-0.8-py2-py3.tar.gz#md5=ca160062767855e53ff363d7436456e7 |
That worked. Thanks for taking care of that so quickly! |
Good, I assume I can close this, reopen if you keep experiencing problems. |
Thanks! |
Running
pip install -U djangorestframework-gis
, I get:The text was updated successfully, but these errors were encountered: