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

ERROR: Could not open requirements file: [Errno 2] #119

Open
Aprichnik opened this issue Jan 18, 2025 · 1 comment
Open

ERROR: Could not open requirements file: [Errno 2] #119

Aprichnik opened this issue Jan 18, 2025 · 1 comment

Comments

@Aprichnik
Copy link

I can't install it, it gives me an error. (ComfyUI_windows_portable -folder)

G:\ComfyUI_windows_portable>python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-FluxTrainer\requirements.txt

[notice] A new release of pip is available: 24.2 -> 24.3.1
[notice] To update, run: G:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install --upgrade pip
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'ComfyUI\custom_nodes\ComfyUI-FluxTrainer\requirements.txt'

G:\ComfyUI_windows_portable>G:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install --upgrade pip
Requirement already satisfied: pip in g:\comfyui_windows_portable\python_embeded\lib\site-packages (24.2)
Collecting pip
Downloading pip-24.3.1-py3-none-any.whl.metadata (3.7 kB)
Downloading pip-24.3.1-py3-none-any.whl (1.8 MB)
---------------------------------------- 1.8/1.8 MB 1.1 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 24.2
Uninstalling pip-24.2:
Successfully uninstalled pip-24.2
WARNING: The scripts pip.exe, pip3.11.exe and pip3.exe are installed in 'G:\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-24.3.1

G:\ComfyUI_windows_portable>python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-FluxTrainer\requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'ComfyUI\custom_nodes\ComfyUI-FluxTrainer\requirements.txt'

G:\ComfyUI_windows_portable>

@kijai
Copy link
Owner

kijai commented Jan 18, 2025

You have git cloned the nodes? It's basically saying the file doesn't exist in the custom_nodes\ComfyUI-FluxTrainer folder, check if that exists?

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

2 participants