Open Access1919 opened 2 days ago
have to assume it's a download issue where it failed to install requirements.txt.
Can only try again and keep an eye on the install spam to see if a connection is failing.
I tried to look the contents inside th requirements.txt and the first line is this:
git+https://github.com/finegrain-ai/refiners@a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
When i tried to run this url, it's not available.
Hiya.
That's the specific version/git commit of the refiners
package.
the @a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
stuff is for github, it won't open in a browser.
I just installed it now from scratch and works fine. Guessing it's failing that connection to github due to congestion or connection settings. maybe just bad luck.
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/finegrain-ai/refiners@a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5 (from -r requirements.txt (line 1))
Cloning https://github.com/finegrain-ai/refiners (to revision a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5) to f:\pinokio\cache\tmpdir\pip-req-build-ilwp58g2
Running command git clone --filter=blob:none --quiet https://github.com/finegrain-ai/refiners 'F:\pinokio\cache\TMPDIR\pip-req-build-ilwp58g2'
Running command git rev-parse -q --verify 'sha^a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5'
Running command git fetch -q https://github.com/finegrain-ai/refiners a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
Running command git checkout -q a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
Resolved https://github.com/finegrain-ai/refiners to commit a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting gradio_imageslider==0.0.20
Downloading gradio_imageslider-0.0.20-py3-none-any.whl (101 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.5/101.5 kB 1.4 MB/s eta 0:00:00
Requirement already satisfied: numpy<2.0.0 in f:\pinokio\api\clarity-refiners.git\app\env\lib\site-packages (from -r requirements.txt (line 3)) (1.26.3)
Collecting pillow>=10.4.0
Downloading pillow-11.0.0-cp310-cp310-win_amd64.whl (2.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 10.2 MB/s eta 0:00:00
Collecting pillow-heif>=0.18.0
Downloading pillow_heif-0.20.0-cp310-cp310-win_amd64.whl (8.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 17.0 MB/s eta 0:00:00
The install log folder is here: E:\pinokio\logs\shell\cleaned\api\clarity-refiners-ui.git
Check the install.js.0.txt
file
it's spammy but my example above is cut'n'pasted from it. About 40% into the file.
Yours should show the reason it's failing to install.
It is working now. Thank you for your responses. Much appreciated.
I guess it is just the connection problem.
Unfortunately, I have only an RTX 2060 6gb of VRAM, which took a long time to process and did not produce result. I saw the description for optimal performance, it needs atleast 8gb VRAM.
Planning to upgrade a GPU in the future. Thanks.
Hello, After installing, gave me this error:
Cannot proceed to the app. Already reinstalled it.