compatibility with Pysal 2.0.0
See original GitHub issueGeopandas: 0.4.0
My firends was trying to plot some maps with .plot() method of GeoDataFrame but got the following error wiht pysal 2.0.0 installed.
After
conda install pysal=1.14.4
Everything works. I check the new doc for pysal 2.0.0 and it seems like the structure of the package changed, so I wonder when will geopandas support pysal 2.0.0 so that I can upgrade it?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
pysal · PyPI
As of version 2.0.0 PySAL has shifted to Python 3 only. Users who need an older stable version of PySAL that is Python...
Read more >What's new at PySAL?
A new book is in the works! ... First stable release of pointpats (2.0.0) since PySAL refactoring together with the launch of the...
Read more >PySAL 2.0.0 | Zenodo
Release Notes for PySAL 2.0 This release represents over 15 months of hard work on PySAL. It brings major transitions in the project ......
Read more >The Python Spatial Analysis Library (PySAL) - Twitter
Dear Python GIS people, shapely 2.0a1 is on PyPI and conda-forge now. Please try it out if you can, early testing can help...
Read more >Python Extension Packages for Windows - Christoph Gohlke
Install numpy+mkl before other packages that depend on it. The binaries are compatible with the most recent official CPython distributions on ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OK, I will do a small 0.4.1 bug fix release today, to get this out. I am still intending to do the 0.5.0 release shortly, but since that has been my intention for already some time … probably better to make sure at least the fiona and pysal compatibility fixes are out.
I’m currently working around this with the following hack:
pip install -U --no-deps mapclassify git+git://github.com/geopandas/geopandas.git@masterThat seems to do the trick.