-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error happend when use "pip install label_maker" #87
Comments
Hi @1126876778, can you provide more information about your operating system and install method? It looks like |
I use win10 system and python 3.6 .when I use command "pip install rasterio==1.0a12" ,it have same error message.but when I use "pip install rasterio" can install success。But The version cannot be used in label_maker . |
@1126876778 I'm not sure how to resolve but this thread might provide some other ideas |
Same problem here with windows 7 and python 3.5. I can install rasterio successfully with anaconda but the setup always uninstall the current installed packages. |
@yjykitty, you might want to set up a python development environment instead of using anaconda for this particular task. Then you can install the latest version resterio and it won't interfere or uninstall your current version. |
@Geoyi Yeah I'm already in the python environment if that's what you mean? There's a |
oh, i see what you meant @yjykitty. This error might come from one of Rasterio's dependencies, python-rasterstats, which I've seen before. Can you do |
@1126876778 and @yjykitty, have you solve the problem here? I will close up this issue if you have. |
I have try all the solution but do not solve the question. |
@1126876778 we released a temporary version of |
When I install label maker on Windows 10, some errors happened. The specific errors are showed below.
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\belon\AppData\Local\Temp\pip-install-n0qyhkth\pyproj\ |
python@ubuntu:~$ label-maker |
rasterio/_base.c(522): fatal error C1083: 无法打开包括文件: “cpl_conv.h”: No such file or directory
The text was updated successfully, but these errors were encountered: