Skip to content
Advertisement

How to install djangorestframework-gis-distance

I am on Ubuntu and I tried to install djangorestframework-gis-distance

I followed the instructions and installed the dependencies which installed fine. But when I install djangorestframework-gis-distance it gives an error of

JavaScript

Which basically says I think that there is no file called pip.req. Is there another way I can install djangorestframework-gis-distance?

Advertisement

Answer

Lets see: https://pypi.org/project/djangorestframework-gis-distance/ . Latest version 1.0.0 released Feb 7, 2016.

Requires Python 2.7 but not 3+. Django 1.7+ but most probably not Django 2+. The error message indicates setup.py uses forbidden API pip.req which was only available in pip < 19 (IIRC).

The bottom line: the package is abandoned and outdated. Forget about it.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement