label-maker icon indicating copy to clipboard operation
label-maker copied to clipboard

Unable to install label-maker in Windows

Open SarthakTewari opened this issue 6 years ago • 3 comments

I'm getting the following error while installing label-maker using pip install label-maker. Using Python 3.6.8.

Error message: Command "python setup.py egg_info" failed with error code 1 in C:\Users<username>\AppData\Local\Temp\pip-install-4nkv2dda\rasterio\

SarthakTewari avatar Feb 04 '19 19:02 SarthakTewari

@SarthakTewari are you able to install rasterio independently? It might work better if that's done separately. I haven't put together instructions yet for Windows so I'm not sure the best way to approach this

drewbo avatar Feb 04 '19 21:02 drewbo

@drewbo Yes, I was able to install rasterio independently. However, "pip install label-maker" is still failing with the error mentioned above.

SarthakTewari avatar Feb 06 '19 17:02 SarthakTewari

@SarthakTewari , another option for you would be to use the label-maker docker container, take a look on https://github.com/developmentseed/docker-label-maker

Rub21 avatar Dec 17 '19 17:12 Rub21