Open ryanbaumann opened 6 years ago
https://github.com/murphy214/nlgeojson/commit/fb902684f848d37278cf3a71ed705f1c81b1445e
@ryanbaumann I updated the package decencies and install requirements, and tested 2.7 which works, however 3.x installs doesn't work due to me having two of what the installer sees as arbitrary binaries in my bin/script file. These essentially are just compiled go executables for reading geojson, I'm not super aware of best practice on this kind of stuff but I'm thinking I should upload the binaries to a service like brew and pull them down from their any ideas.
As for the other issues, I plan on doing quite a refactor tomorrow on a lot of the code breaking it up etc. this code sort of grew and never got refactored properly.
Problem
After running
pip install nlgeojson
on Python 3.5 and 3.6, I get two errors:future
pip install future
geohash
geohash
folder in python/site-packages lower casegeohash
__init__.py
in python/site-packages/geohash to usefrom .geohash
.@murphy214
ref - https://github.com/mapbox/mapboxgl-jupyter/issues/24