flowframes
flowframes copied to clipboard
Flowframes Installer Stuck at Installing Pytorch files...
I have been trying to install Flowframes V1.36.0. The installer is stucked at installing Pytorch files for hours.
Installing application files... Download completed. Extraction completed. Installing Pytorch files...
How do I resolve this pls?
While someone can install Pytorch manually from https://pytorch.org/ as amauryjaphet commented, to explain why this issue actually happened was because the user did not have Python installed, which also installs pip from where I suppose the program installs Pytorch, torchvision and all the other dependencies. The requirements link is not easily visible if you just want to install Flowframes quickly, but in the README file there is actually a link that prompts you here: PythonDependencies.md. The file includes the steps needed to be taken in order to get everything ready. You will see the guide tells you to get Python 3.8.6, but in reality you do not necessarily have to get 3.8.6 specifically (as mentioned in the guide at the time of writing this). I suggest downloading Python 3.10.x, but you do you. I hope someone does a PR to detect if the user has Python installed and display an error/warning, instead of just hanging up on "Installing Pytorch..."
TLDR: In order to solve this, someone could either install Pytorch manually as stated in the previous comment, or install Python and let Flowframes installer do the rest automatically.
I have got Python installed and was installing Pytorch which did not complete and displayed the error in the image. Any Idea of what else is causing this to fail at this point?
I have got Python installed and was installing Pytorch which did not complete and displayed the error in the image. Any Idea of what else is causing this to fail at this point?
Could you provide the whole error message please? Only the top of it is shown in the screenshot. I also suggest making a new issue regarding your problem since you have problems with pip and not flowframes itself.
While someone can install Pytorch manually from https://pytorch.org/ as amauryjaphet commented, to explain why this issue actually happened was because the user did not have Python installed, which also installs pip from where I suppose the program installs Pytorch, torchvision and all the other dependencies. The requirements link is not easily visible if you just want to install Flowframes quickly, but in the README file there is actually a link that prompts you here: PythonDependencies.md. The file includes the steps needed to be taken in order to get everything ready. You will see the guide tells you to get Python 3.8.6, but in reality you do not necessarily have to get 3.8.6 specifically (as mentioned in the guide at the time of writing this). I suggest downloading Python 3.10.x, but you do you. I hope someone does a PR to detect if the user has Python installed and display an error/warning, instead of just hanging up on "Installing Pytorch..."
TLDR: In order to solve this, someone could either install Pytorch manually as stated in the previous comment, or install Python and let Flowframes installer do the rest automatically.
bro you are amazing it worked for me thanks a lot