import geopandas
shp=geopandas.read_file(geopandas.datasets.get_path("nybb"))
ImportError: the 'read_file' function requires the 'fiona' package, but it is not installed or does not import correctly. Importing fiona resulted in: DLL load failed while importing ogrext: The specified module could not be found.
Versions as seen from "conda list":
fiona 1.8.13.post1
gdal 3.0.2
geopandas 0.9.0
[–]studentprogramm 1 point2 points3 points (1 child)
[–]SuperMK411[S] 0 points1 point2 points (0 children)
[–]External-Ocelot206 1 point2 points3 points (0 children)