AttributeError: type object 'GeoDataFrame' has no attribute '_geodataframe_constructor_with_fallback' #651
Replies: 2 comments
|
Full error trace: pfs, sp = pfs.generate_staypoints(method='sliding') |
|
Hi! Apologies for the delay - I just saw this, and many thanks for the reporting! The error originates from the fix in #646, due to a change in a later version of geopandas. I can confirm the method works for geopandas >=1.1.0. This geopandas dependency is also now reflected in our requirements file. |
Uh oh!
There was an error while loading. Please reload this page.
When we try to run
pfs, sp = pfs.generate_staypoints(method='sliding')we get the error mentioned at title:AttributeError: type object 'GeoDataFrame' has no attribute '_geodataframe_constructor_with_fallback'
I think the correct geopandas version and all other packages versions must be published at README.md or requirements.txt.
geopandas 0.14.4 doesn't have that function and also geopandas 1> doesn't have. SO which one were you guys using?
Sincerely,
M. A.
All reactions