Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues #23

Closed
PLFENG opened this issue Jan 15, 2024 · 4 comments
Closed

Installation issues #23

PLFENG opened this issue Jan 15, 2024 · 4 comments

Comments

@PLFENG
Copy link

PLFENG commented Jan 15, 2024

Traceback (most recent call last):
File "E:\ComfyUI\Blender_ComfyUI\ComfyUI\custom_nodes\a-person-mask-generator\install.py", line 1, in
import launch
File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch_init_.py", line 9, in
from .cli import *
File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch\cli.py", line 12, in
from .app import App
File "E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\launch\app.py", line 11, in
from flowdas import meta
ImportError: cannot import name 'meta' from 'flowdas' (E:\ComfyUI\Blender_ComfyUI\python_embeded\lib\site-packages\flowdas_init_.py)

@avachon100510
Copy link

avachon100510 commented Mar 15, 2024

Apparently, the launch module is deprecated and cannot be installed with pip... there needs to be a change in the install.py file.
It even says that about flowdas-meta: This package has been removed from Pypi and cannot be used anymore.
Even the GitHub repository is gone!

@Falkonar
Copy link

the same...

@Spawnfile
Copy link

Hello there, you need to change install.py file depending on my PR. Hope this helps.

#32

@djbielejeski
Copy link
Owner

Fixed here: #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants