Install issue

Issue #457 resolved
Noname created an issue

Hello

When adding addon version 161 dev install fails with:

Traceback (most recent call last):
  File "C:\Grafika\blender-2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-0aefedb3c0f7\__init__.py", line 76, in <module>
    importModules()
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-0aefedb3c0f7\__init__.py", line 72, in importModules
    mod = importlib.import_module("." + modname, anchor)
  File "C:\Grafika\blender-2.93\2.93\python\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-0aefedb3c0f7\hide.py", line 34, in <module>
    from .proxy import Offset
ImportError: cannot import name 'Offset' from 'Diffeomorphic-import_daz-0aefedb3c0f7.proxy' (C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Diffeomorphic-import_daz-0aefedb3c0f7\proxy.py)

Regards

Comments (2)

  1. Log in to comment