Error installing latest Blender Kitsu addon #131

Closed
opened 2023-07-21 15:00:04 +02:00 by johan tri handoyo · 2 comments

Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash: c7fc78b81ecb

The Error message :

Traceback (most recent call last):
File "/mnt/drive_a/blender/blender-3.6.0-linux-x64/3.6/scripts/modules/addon_utils.py", line 333, in enable
mod = import(module_name)
File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/init.py", line 23, in
dependencies.preload_modules()
File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/dependencies.py", line 13, in preload_modules
wheels.load_wheel_global("bidict", "bidict")
File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/wheels/init.py", line 89, in load_wheel_global
raise ImportError(
ImportError: Unable to load 'bidict' from /home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/wheels/bidict-0.22.1-py3-none-any.whl: No module named 'bidict'

I'm not sure which current commit hash that my Blender Studio Pipeline repository is on though, but I'm using today's latest blender studio pipeline addon (July 21st 2023)

Broken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash: `c7fc78b81ecb` The Error message : Traceback (most recent call last): File "/mnt/drive_a/blender/blender-3.6.0-linux-x64/3.6/scripts/modules/addon_utils.py", line 333, in enable mod = __import__(module_name) File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/__init__.py", line 23, in <module> dependencies.preload_modules() File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/dependencies.py", line 13, in preload_modules wheels.load_wheel_global("bidict", "bidict") File "/home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/wheels/__init__.py", line 89, in load_wheel_global raise ImportError( ImportError: Unable to load 'bidict' from /home/johantri/.config/blender/3.6/scripts/addons/blender_kitsu/wheels/bidict-0.22.1-py3-none-any.whl: No module named 'bidict' I'm not sure which current commit hash that my Blender Studio Pipeline repository is on though, but I'm using today's latest blender studio pipeline addon (July 21st 2023)
Member

Hello @JohanTriHandoyo,

I wasn’t able to reproduce your issue. But I suspect the solution to the issue here is the following:

This repo is using GIT LFS to store those larger items like .whl please follow the instructions on the main repo readme to ensure you have GIT LFS installed and let me know if that resolves your issue.

Hello @JohanTriHandoyo, I wasn’t able to reproduce your issue. But I suspect the solution to the issue here is the following: This repo is using GIT LFS to store those larger items like `.whl` please follow the instructions on the main repo [readme](https://projects.blender.org/studio/blender-studio-pipeline#development-setup) to ensure you have GIT LFS installed and let me know if that resolves your issue.

Hi @TinyNick you're right. After I use git lfs pull, blender kitsu add on installed correctly. Thank you!

Hi @TinyNick you're right. After I use git lfs pull, blender kitsu add on installed correctly. Thank you!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-pipeline#131
No description provided.