question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

compatibility with Pysal 2.0.0

See original GitHub issue

Geopandas: 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. image image 3 image 2 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:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
jorisvandenbosschecommented, Mar 5, 2019

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.

3reactions
darribascommented, Mar 4, 2019

I’m currently working around this with the following hack:

  1. Install PySAL 2.0 and Geopandas 0.4 (maybe via conda)
  2. pip install -U --no-deps mapclassify git+git://github.com/geopandas/geopandas.git@master

That seems to do the trick.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found