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

AttributeError: module 'cm_global' has no attribute 'pip_overrides' #807

Open
HaleVDTViettel opened this issue Jun 22, 2024 · 2 comments
Open

Comments

@HaleVDTViettel
Copy link

comfy-1  | Error handling request
comfy-1  | Traceback (most recent call last):
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
comfy-1  |     resp = await request_handler(request)
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_app.py", line 543, in _handle
comfy-1  |     resp = await handler(request)
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 114, in impl
comfy-1  |     return await handler(request)
comfy-1  |   File "/stable-diffusion/server.py", line 42, in cache_control
comfy-1  |     response: web.Response = await handler(request)
comfy-1  |   File "/stable-diffusion/server.py", line 54, in cors_middleware
comfy-1  |     response = await handler(request)
comfy-1  |   File "/data/config/comfy/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 816, in install_custom_node
comfy-1  |     pkg = core.remap_pip_package(pname)
comfy-1  |   File "/data/config/comfy/custom_nodes/ComfyUI-Manager/glob/manager_core.py", line 56, in remap_pip_package
comfy-1  |     if pkg in cm_global.pip_overrides:
comfy-1  | AttributeError: module 'cm_global' has no attribute 'pip_overrides'

I have an issue when trying to install some nodes on the comfyUI manager not sure why

@ltdrdata
Copy link
Owner

Make sure your ComfyUI is up to date.

@Maslino
Copy link

Maslino commented Jul 18, 2024

What is ComfyUI-Manager's installation path?

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

3 participants