crystian / ComfyUI-Crystools

A powerful set of tools for ComfyUI
MIT License
697 stars 33 forks source link

Error in installation #96

Closed mfoti closed 1 month ago

mfoti commented 1 month ago

Describe the bug
Can't install

To Reproduce
Just install via manager

Error in console:

Install custom node 'Crystools'
Install: ['https://github.com/crystian/ComfyUI-Crystools']
Download: git clone 'https://github.com/crystian/ComfyUI-Crystools'
Install: pip packages

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'deepdiff']
  [ComfyUI-Manager] skip black listed pip installation: 'torch'

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'numpy']

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'Pillow>=9.5.0']

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'pynvml']

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'py-cpuinfo>=9.0.0']

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'piexif']

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', '--extra-index-url https://test.pypi.org/simple']
[!] 
[!] Usage:   
[!]   /config/05-comfy-ui/env/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ...
[!]   /config/05-comfy-ui/env/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ...
[!]   /config/05-comfy-ui/env/bin/python3 -m pip install [options] [-e] <vcs project url> ...
[!]   /config/05-comfy-ui/env/bin/python3 -m pip install [options] [-e] <local project path> ...
[!]   /config/05-comfy-ui/env/bin/python3 -m pip install [options] <archive url/path> ...
[!] 
[!] no such option: --extra-index-url https://test.pypi.org/simple
install script failed: https://github.com/crystian/ComfyUI-Crystools

## ComfyUI-Manager: EXECUTE => ['/config/05-comfy-ui/env/bin/python3', '-m', 'pip', 'install', 'pyrsmi==0.0.6']
[!] ERROR: Could not find a version that satisfies the requirement pyrsmi==0.0.6 (from versions: 1.0.1)
[!] ERROR: No matching distribution found for pyrsmi==0.0.6
install script failed: https://github.com/crystian/ComfyUI-Crystools
Installation was successful.
crystian commented 1 month ago

I will fix it today

m-rdev commented 1 month ago

Hi, I had the same problem. You can install pyrmsi by yourself with 'pip install pyrsmi', it seems to work well.

VantaHitam commented 1 month ago

Hi, I had the same problem. You can install pyrmsi by yourself with 'pip install pyrsmi', it seems to work well.

Im not computer wiz, but i try copy paste pip install text into powershell or cmd, just error.....any other more user friendly installlation for that pyrsmi

MrGingerSir commented 1 month ago

i am also getting this error. also tried what m-rdev said, but didn't work for me either.

FanjaR commented 1 month ago

From the root folder run: python_embeded\python.exe -m pip install pyrsmi

It help me

VantaHitam commented 1 month ago

yes Thanks god bro.....for those who trouble...from the root i shift+open powershell and copy paste "python_embeded\python.exe -m pip install pyrsmi" in it...it's auto downloading the pyrsmi for me, now the crystool seems workin fine....but now i wanted to know how to upgrade my pip to new version, user friendly step pls ofcoz (just incase hahaha)

crystian commented 1 month ago

Crystools Updated! Please try to updated (should be 1.16.0)