Corrupt idna wheel
Hi Mate!
Whenever trying to use the powershell command, downloading from here - and using the batch script, or downloading from gitlab and using the batch script from there; I am receiving the following:
[INFO] Installing umeairt-comfyui-installer...
error: Failed to install: idna-3.11-py3-none-any.whl (idna==3.11)
Caused by: The wheel is invalid: Metadata field Name not found
[ERROR] Failed to install umeairt-comfyui-installer.
Anyway, you'd be able to replace the wheel, or maybe even throw in a fallback to use pypi if the wheel installs fail? :)
Would be much appreciated!
Best Regards!
Hello,
Thank you for your feedback, but unfortunately this package is already installed via PyPI.
Could there be a corrupted WHL file in the cache or something like that?
Oh that's interesting... potentially could have been... it does look as though on PyPI, that idna was just updated 6 hours ago, so I will try again, and hopefully all succeeds. I'll post back! Thanks again :)
So, I am no longer receiving the error with idna, but am now receiving it with click :')
[INFO] uv already available.
[INFO] Bootstrap environment already exists.
[INFO] Installing umeairt-comfyui-installer...
error: Failed to install: click-8.3.2-py3-none-any.whl (click==8.3.2)
Caused by: The wheel is invalid: Metadata field Name not found
[ERROR] Failed to install umeairt-comfyui-installer.
Ended up getting it all working, but had to activate the bootstrap venv, delete out all of the site-packages installed within it as the METADATA files for the majority of them were blank - and reinstall them manually using command lines. After that, I reran the installer and no longer received any issues. Not sure if this is just a one-off error on my part, or if this info can somehow be of assistance, but wanted to share it. Thanks again for all your work in the AI community :)