scepter
scepter copied to clipboard
from importlib import find_loader ImportError: cannot import name 'find_loader' from 'importlib' (/usr/lib/python3.12/importlib/__init__.py)
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)
I'm attaching the comfyui log and the workflow
@juanml82 This problem caused by Python version, you can try to used Python 3.10.
@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?