WASasquatch / was-node-suite-comfyui

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

Getting requirements to build wheel did not run sucessfully #244

Closed Sensha563 closed 1 year ago

Sensha563 commented 1 year ago

image using the portable version of comfyui, happens when trying to install the requirements

WASasquatch commented 1 year ago

Assuming you are using nightly 3.12 python version, that version of countorpy isn't supported. I don't officially support 3.12.yet. though looking into it.

You can try removing the pinned versions in the requirements.txt for numpy and such.

Sensha563 commented 1 year ago

no i don't beleive have 3.12, the one in path is 3.10.6, i was under the impression it wouldn't matter since it's using the exe out of venv. i'll try taking the version requirements out

Sensha563 commented 1 year ago

taking the version requirement for numpy out made it install, thanks