AttributeError: Modul 'Fiona' hat kein Attribut 'Path' < /p>
Ich habe sichergestellt, dass alle erforderlichen Bibliotheken installiert und importiert werden. Hat jemand Ideen darüber, was möglicherweise schief geht oder wie ich dieses Problem lösen kann? < /P>
Danke! < /P>
Code: Select all
pip install geopandas
pip install fiona
import geopandas as gpd
import fiona
countries = gpd.read_file(gpd.datasets.get_path("naturalearth_lowres"))