AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #4757
Unanswered
einstein33
asked this question in
Q&A
Replies: 2 comments
-
Please check the latest version of setuptools |
Beta Was this translation helpful? Give feedback.
0 replies
-
这是来自QQ邮箱的自动回复邮件。
您好,您的邮件我已经收到,我将尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "C:\AI\ComfyUI\nodes.py", line 2024, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\AI\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet_init.py", line 275, in
from .ArgosTranslateNode.argos_translate_node import (
File "C:\AI\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet\ArgosTranslateNode\argos_translate_node.py", line 5, in
import argostranslate.translate
File "C:\ProgramData\anaconda3\envs\cf\Lib\site-packages\argostranslate\translate.py", line 5, in
import ctranslate2
File "C:\ProgramData\anaconda3\envs\cf\Lib\site-packages\ctranslate2_init_.py", line 8, in
import pkg_resources
File "C:\ProgramData\anaconda3\envs\cf\Lib\site-packages\pkg_resources_init_.py", line 2191, in
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
Beta Was this translation helpful? Give feedback.
All reactions