shotmanager icon indicating copy to clipboard operation
shotmanager copied to clipboard

插件运行不了

Open sanroot3 opened this issue 2 years ago • 13 comments

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\modules\addon_utils.py", line 371, in enable mod.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\shotmanager_init_.py", line 100, in register utils_ui.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\shotmanager\utils\utils_ui.py", line 377, in register bpy.utils.register_class(cls) ValueError: register_class(...): already registered as a subclass 'UAS_ShotManager_OpenExplorer'

sanroot3 avatar Aug 16 '22 09:08 sanroot3

您好,我在Blender中安装好插件后却启动不了

sanroot3 avatar Aug 16 '22 09:08 sanroot3

Hello @sanroot3, Indeed this message can appear. I guess it is at install time. This is due to a conflict with the add-on Ubisoft Stamp Info. If you restart Blender then Shot Manager should work fine anyway. If you have Stamp Info installed then you can remove it, it is now provided with Shot Manager V2.

Let me know if you are still stuck. Please provide more info on the context ;)

Julien

werwack avatar Aug 22 '22 07:08 werwack

每次初次启动时出现的错误Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\addon_utils.py", line 387, in enable mod.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager_init_.py", line 150, in register installErrorCode = install_dependencies([("PIL", "pillow")], retries=1, timeout=5) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager\install\install_dependencies.py", line 204, in install_dependencies addon_error_prefs.register() File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\shotmanager\install\addon_error_prefs.py", line 138, in register bpy.utils.register_class(cls) ValueError: register_class(...): already registered as a subclass 'UAS_ShotManager_AddonErrorPrefs'

sanroot3 avatar Aug 22 '22 11:08 sanroot3

I have not installed Ubisoft Stamp Info, I have tried all three versions 3.2, 3.1 and 2.9, and still there will be a BUG that cannot be started

sanroot3 avatar Aug 22 '22 11:08 sanroot3

Thanks for the additional log messages. I'll check with that.

werwack avatar Aug 22 '22 12:08 werwack

Good work, hope it will be resolved soon

sanroot3 avatar Aug 23 '22 01:08 sanroot3

Hello, version 2.0.102, I can install, I seem to have found the reason why version 2.0.214 cannot be installed. It may be that Stamp Info is integrated. I tried to install Stamp Info separately without success b4ab673172ac327ed49608d91252ed7 aa483d11de6760806d077157136526d 3b1182ed5704f8d90d726fc4587d009 .

sanroot3 avatar Aug 23 '22 14:08 sanroot3

Hi @sanroot3, I just pushed a new pre-release version with a fix for the error you get at install time. Can you try with this version please? https://github.com/ubisoft/shotmanager/releases/tag/v2.0.224

Also be sure to respect the installation conditions, they are important: https://ubisoft-shotmanager.readthedocs.io/en/latest/getting-started/install.html

werwack avatar Aug 25 '22 21:08 werwack

1662797485449 installed, thanks a lot

sanroot3 avatar Sep 10 '22 08:09 sanroot3

Ok, installed but for some reasons the OpenTimelineIO and the Pil libraries are still not there. This is not blocking, but some advanced features will be disabled. Were you in Admin mode when doing the installation? Connected to the net?

werwack avatar Sep 13 '22 13:09 werwack

It is installed in administrator mode and the network is connected normally.

sanroot3 avatar Sep 14 '22 15:09 sanroot3

Geeh... Well I don't know why you don't have the extensions installed then. If you really want them you may try this:

  • go to the directory of Blender where all the Python packages are installed (should be something like this: C:\Program Files\Blender Foundation\Blender 3.2\3.2\python\lib\site-packages )
    
  • delete the folders related to opentimelineIO (namely opentimelineio, opentimelineio_contrib, OpenTimelineIO-0.15.0.dev1.dist-info and opentimelineview - basically everything starting with opentimeline). Note that they may have been installed in an other Python location if you have Python installed (something like C:\Users\<your name>\AppData\Roaming\Python\Python310\site-packages for instance)
    
  • Re-do the install process (Blender in Admin mode, install, quit, relaunch in normal mode).
    

And then let me know ;)

werwack avatar Sep 14 '22 18:09 werwack

1664280196319 1664280204923 Folders related to opentimelineIO not found

sanroot3 avatar Sep 27 '22 12:09 sanroot3