heremaps / flexible-polyline

Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
MIT License
89 stars 76 forks source link

Cannot install with pip install flexipolyline #19

Closed sariyadilak closed 3 years ago

sariyadilak commented 4 years ago

Hello

I try to install flexipolyline in my computer, but there is error say

"ERROR: Could not find a version that satisfies the requirement flexipolyline (from versions: none) ERROR: No matching distribution found for flexipolyline"

I also try

python setup.py install pip install -e .

it's still not work for me. 2020-05-11_12-07-59

kalebinn commented 3 years ago

Hi I hope this isn't too late for you - it may be helpful for others that eventually see this. The setup.py worked fine for me. Here are my steps:

  1. Clone the repository
  2. Navigate to the repository: /flexible-polyline/python
  3. In your CLI type: python setup.py install

Your output should look like the following image:

image

lene commented 3 years ago

The flexpolyline package has been published on PyPI. Install it with $ pip install flexpolyline. @sariyadilak Please note that it is spelled "flexpolyline", not "flexipolyline".