-
Notifications
You must be signed in to change notification settings - Fork 29
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
Regarding code: errors related to import localileserver #216
Comments
I installed the Gee environment through the above code, but when running the function addraster, an error message appears as follows. May I ask why. How to solve it, extremely grateful:
|
This is very likely a gdal issue. Try the following conda create -n geo python=3.11
conda activate geo
conda install -c conda-forge gdal=3.7.2 geemap localtileserver |
I've encountered exactly the same problem; and after typing in the code you provided:
And it never ends. I've tried with different mirrors and proxies, but still couldn't install properly. |
Try mamba.
|
Thanks for your replay :)
|
My problem was magically solved (at least quite magical for amateurs like myself), I was adding a local raster in geemap jupyter lab, and then received
The |
flask.scaffold was relocated between flask=2.x and flask=3.x
I needed localtileserver for segment-geospatial and had several dependency issues. The versions of the other packages are somewhat messed up too. |
Yes, this is a flask-restx issue. Run I have updated the localtileserver conda-forge package to use flask-restx>=1.3.0 |
Should we do this for the pypi package as well? localtileserver/pyproject.toml Line 31 in df43e54
|
Why am I running the following code: import localileserver, prompting me:
This is my environment:
The text was updated successfully, but these errors were encountered: