mggg / maup

The geospatial toolkit for redistricting data.
https://maup.readthedocs.io/en/latest/
MIT License
67 stars 23 forks source link

maup / install new version #50

Closed dinosg closed 3 years ago

dinosg commented 3 years ago

Hello, I'm trying to use maup.autorepair to fix problems in shapefiles for TX I downloaded from mggg states [TX_mggg.shp] but despite having reinstalled maup [using conda install -c conda-forge maup]

when I do maup.autorepair() I get the error AttributeError: module 'maup' has no attribute 'autorepair'

Checking the Conda environment it says maup is version 0.7. Which may not be up to date/ include the latest features. How do I upgrade to most recent version?? On OS X

then my hope is that maup.assign(blocks, TX_mggg) suitably fixed won't end up with the dreaded 'can't reindex from duplicate axis' error.

Any clues welcome...

InnovativeInventor commented 3 years ago

I think the issue is that we've been unable to release new versions of maup to conda for some time (I only have access to PyPi releases).

InnovativeInventor commented 3 years ago

(#43)

InnovativeInventor commented 3 years ago

Closing because this is a duplicate issue.