Error installing latest Blender Kitsu addon #131
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#131
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
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.Hi @TinyNick you're right. After I use git lfs pull, blender kitsu add on installed correctly. Thank you!