Python Installation in Runpod Takes Long Time and Pauses
I encountered an issue while attempting to install Python using the install.py script in Runpod. The installation process is taking an unusually long time and intermittently pauses without completing. This has prevented me from progressing with my work. Could you please assist in resolving this issue to ensure a smooth and timely installation? Thank you for your attention to this matter.
The install.py script basically install the python requirements and download weights from https://huggingface.co/yisol/IDM-VTON, so I guess it takes time because of the download. You could try to manually download/transfer/clone the HF repo to your runpod and install requirements.txt.