Open MatCast opened 6 years ago
Thanks for letting me know!
Sorry about that, its an issue related to me using a go binary (one that reads geojson iteratively) in a python3 setup.py. I guess when python3 was implemented they decided allowing arbitrary executables to be installed, without the python header wasn't a good idea.
I'll see if I can't do an implementation in pure python or a c extension later today! Thanks for the heads up!
Hello, i tried installing using
pip install git+https://github.com/murphy214/nlgeojson
but i get the following error:invalid or missing encoding declaration for 'bin\\read_geojson'
I also tried to clone the repository and install from the directory withpython setup.py install
and i get the same error.