python-vote-core icon indicating copy to clipboard operation
python-vote-core copied to clipboard

ModuleNotFoundError: No module named 'schulze_helper'

Open boompig opened this issue 5 years ago • 4 comments

After installing from pip, get this error when running code below:

from pyvotecore.schulze_method import SchulzeMethod
from pyvotecore.condorcet import CondorcetHelper
ballots = []
SchulzeMethod(ballots, ballot_notation = CondorcetHelper.BALLOT_NOTATION_GROUPING).as_dict()

boompig avatar Aug 09 '18 21:08 boompig