scepter icon indicating copy to clipboard operation
scepter copied to clipboard

from importlib import find_loader ImportError: cannot import name 'find_loader' from 'importlib' (/usr/lib/python3.12/importlib/__init__.py)

Open juanml82 opened this issue 9 months ago • 2 comments

when trying to use this in comfyui, I'm getting the error in the title: from importlib import find_loader ImportError: cannot import name 'find_loader' from 'importlib' (/usr/lib/python3.12/importlib/init.py)

comfyui.log

I'm attaching the comfyui log and the workflow

scepter sdxl_base.json

juanml82 avatar Apr 03 '25 23:04 juanml82

@juanml82 This problem caused by Python version, you can try to used Python 3.10.

yaosheng216 avatar Apr 07 '25 01:04 yaosheng216

@juanml82 This problem caused by Python version, you can try to used Python 3.10.

3.10 will cause conficts with aliyunsdkcore and oss2 version. do you have any idea?

aaaron7 avatar May 16 '25 03:05 aaaron7