murphy214 / nlgeojson

Fastest, simplest, vanilla Pandas DF to geojson output.
10 stars 1 forks source link

Invalid or missing encoding declaration #5

Open MatCast opened 6 years ago

MatCast commented 6 years ago

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 with python setup.py install and i get the same error.

murphy214 commented 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!