zwrankin / porygon

A Python package to manipulate and visualize geospatial data
MIT License
2 stars 0 forks source link

python setup.py fails #19

Open zwrankin opened 4 years ago

zwrankin commented 4 years ago

There are some installation errors if you simply run python setup.py develop. It seems that h3 tries to clone rather than installing from pypi

Confusingly, you do not get these errors if you set up the environment as per the .travis.yaml, using pip install -e . -r requirements.txt -r requirements-dev.txt.

Full error log attached. log.txt