/usr/local/lib/python3.12/dist-packages/geopandas/io/file.py in _is_zip(path)
164 def _is_zip(path):
165 """Check if a given path is a zipfile"""
--> 166 parsed = fiona.path.ParsedPath.from_uri(path)
167 return (
168 parsed.archive.endswith(".zip")
AttributeError: module 'fiona' has no attribute 'path'