mggg / GerryChain

Use MCMC to analyze districting plans and gerrymanders
https://mggg.github.io/GerryChain/
Other
132 stars 74 forks source link

Code from conda install doesn't match latest GitHub code #412

Closed tratliff closed 9 months ago

tratliff commented 1 year ago

There are a few files in the gerrychain/graph/ subdirectory that have been updated on GitHub, but conda installs the older versions. Specifically, adjacency.py and graph.py are old, but there may be others that I haven't come across yet.

I think the errors I'm seeing may be related to the ones KrisTapp reported in March concerning shapley 2.x.

pjrule commented 1 year ago

@tratliff This is a known issue—we're about to deprecate the Conda distribution. We recommend installing via pip (pip install gerrychain) instead. Sorry for the trouble! :)

tratliff commented 1 year ago

Thanks! I'll take a look at pip.