Faustin Gashakamba

Results 6 comments of Faustin Gashakamba

I am trying to see if this has implication for someone who wants to download a geopackage file from a geodataframe in shiny. I tried this code: ``` @session.download(filename="my_route.gpkg") def...

@brendan-ward I have `geopandas 0.14.2` installed.

Hello @brendan-ward and @theroggy Here is the whole output of the `gpd.show.versions()`: ``` SYSTEM INFO ----------- python : 3.11.9 | packaged by Anaconda, Inc. | (main, Apr 19 2024, 16:40:41)...

@brendan-ward I am puzzled too as to why `gpd.show_versions()` hints that `pyogrio` is not installed. In the conda environment I am using, this package and `fiona` both exist. Running `print(pyogrio.__version__)`...

> Can you also post the output of `conda list` for this environment? Sure. Here is the output of `conda list` in the environment I am using: ``` # packages...

I updated `pyogrio` to version `0.9.0` and then re-run the script again. Now the error I am getting is: ``` Exception in ASGI application ImportError: DLL load failed while importing...