Skip to content

No module named 'prettytable' #1

@EmmanuelMr18

Description

@EmmanuelMr18

I was trying to use the custom nodes in a clean comfyUI installation and faced this problem:

File "/comfyui/custom_nodes/anyPython/nodes/nodes.py", line 14, in
from prettytable import PrettyTable
ModuleNotFoundError: No module named 'prettytable'
Cannot import /comfyui/custom_nodes/anyPython module for custom nodes: No module named 'prettytable'

Looking in the code, I see that the PrettyTable library is imported but not used.
I'm thinking that was added there in the development process of creating the custom nodes, but please correct me if I'm wrong and that dependency is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions