Variation interpolation script stopped working

Hi there,

Suddenly Mekkablue’s Variation interpolation script stopped working. Strangely I have updated anything.

This is the error message. Any idea?

Traceback (most recent call last):
  File "Variation Interpolator.py", line 8
    import vanilla
  File "__init__.py", line 1
    from vanilla.vanillaBase import VanillaBaseObject, VanillaBaseControl, VanillaError
  File "vanillaBase.py", line 2
    from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'

Have a look at this topic:

1 Like

Forget about it. I solved it by reinstalling all modules.

Only the vanilla module needs to be re-installed.

1 Like