Skip to content

No module named 'prettytable' #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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