In smrt/emmodel/common.py, the class is currently defined as:
class AdjustableEffectivePermittivityMixin(object):
However, other parts of the code (e.g., in symsce_torquato21.py) attempt to import it using the name AdjustableEffectivePermittivityMixins (with an "s"), which leads to an ImportError.