WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Errors after running requirements #169

Open Webslug opened 1 year ago

Webslug commented 1 year ago

dfdsfsd

I have getting the following errors after trying to run the requirements. Any help?

WASasquatch commented 1 year ago

dfdsfsd

I have getting the following errors after trying to run the requirements. Any help?

Have you tried the install.bat ? It installs requirements one by one and may get by using pip install -r requirements. Additionally you want to be sure you're running with ComfyUI's python_embeded/python.exe, not your systems if you have portable.

real-admin-133 commented 1 year ago

This is a problem with python 3.11. Somehow, the scipy dependency resolves into pip trying to fetch scipy 1.9.1. Since scipy 1.9.1 doesn't have a pre-built wheel file for python 3.11 to download on the pypi repo, it will then try to fetch the source code and build the wheel file locally and fail because building scipy wheel on Windows is currently not working: https://github.com/scipy/scipy/issues/16988

If you are using system python or python in a manually created venv, the solution is to change to python 3.10.

WASasquatch commented 1 year ago

Oh yes, I don't support Python 3.11, WAS-NS uses older tools from 3.8-3.9 era colabs.