-
Notifications
You must be signed in to change notification settings - Fork 74
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
Windows support #34
Comments
Hello, |
For those who are using this package and appear to be having this issue - Running and installing the gdal suite at the system level fixed my problems. Not sure what the windows equivalent would be. |
For Windows users: I had the same issue and it was generated by old version of Java 1.7 |
@romainastie I am facing the same issue, and I am running Ubuntu 20.04 |
I ran into this issue on masOS Mojave 10.14.6 while running working code on a different machine. From both OP's trace and my own, the offending call seems to be in elevation/util.py:
It's got |
Have someone ever resolve this issue? I have the same exact trace in Windows 10 |
Was this ever resolved? having the same issue as @and-viceversa in the same situation. |
Hi @alexamici , I am trying to get the library to work in windows x64/x32. But I find that either the GNU make library is not working properly, or there is an internal error somewhere.
I managed to install the GNU library from conda -forge
make=3.82=0
These were the commands I am trying:
bounds = (float(lon_min) - .05, float(lat_min) - .05, float(lon_max) + .05, float(lat_max) + .05) elevation.clip(bounds=bounds, output=terrain_tiff_out_path, product='SRTM1') elevation.clean()
This is the error message i get:
I appreciate your advise, thanks!
The text was updated successfully, but these errors were encountered: