Closed gabeschoenbach closed 1 year ago
distinctipy
is definitely in the pyproject.toml
, did you run poetry install
? It it installed within the virtualenv?
Also, never use pip
directly like that, it installs to your system Python & will cause real headaches!
distinctipy
has been removed now that votekit uses MGGG standard colors!
When trying to run some of the code in
test_graph.py
, I get the following error when runningfrom votekit.graphs.models import BallotGraph
:I tried running
!pip install distinctipy
and restarting, but the error persists. Shoulddistinctipy
somehow be loaded in when we do the poetry stuff?