Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Message: An error occured during the install. You can now close this window. #14

Open
tribbloid opened this issue Mar 7, 2022 · 8 comments

Comments

@tribbloid
Copy link

Already have miniconda installed.

When I click the Install(recommended) button, I got the following message which is really unfriendly:

Downloading, installing and setting up a Python environment for TorchStudio.
This may take up to 15 minutes depending on your download speed, and up to 16GB.

Downloading Python installer (Miniconda3)...
Download complete: /home/peng/TorchStudio/python-miniconda3.sh

Installing Python in /home/peng/TorchStudio/python...
An error occured during the install. You can now close this window.

Could you elaborate more in the message?

@divideconcept
Copy link
Contributor

@tribbloid Indeed that doesn't say a lot, error logging will be more detailed in the next update.
Meanwhile you can do the following:
go to /home/peng/TorchStudio and delete the python folder (if any).
Then type the following in a terminal:
/home/peng/TorchStudio/python-miniconda3.sh -b -f -p /home/peng/TorchStudio/python
Please let me know how it goes. If the command above succeed, you can just relaunch TorchStudio and proceed with the rest of the install.

@tribbloid
Copy link
Author

tribbloid commented Mar 7, 2022

No it doesn't, something else was wrong:

$ sudo ~/TorchStudio/python-miniconda3.sh -b -f -p /home/peng/TorchStudio/python
sudo: /home/peng/TorchStudio/python-miniconda3.sh: command not found

One extra thing I discovered was that my OS (Pop OS 21.10 LTS) hasn't upgraded to CUDA 11.3. So it recommends torch 1.8 with CUDA 11.1 at the moment. This is below the dependency requirement of torchstudio

@divideconcept
Copy link
Contributor

sorry I forgot to add bash before:
sudo bash ~/TorchStudio/python-miniconda3.sh -b -f -p /home/peng/TorchStudio/python
But indeed PyTorch 1.8 won't meet the minimum requirements for TorchStudio, PyTorch 1.9 minimum is required.

@tribbloid
Copy link
Author

command successful but still didn't solve the problem

@divideconcept
Copy link
Contributor

Well I suppose the problem at this point is more Pop OS not supporting PyTorch 1.9 ?

@tribbloid
Copy link
Author

Noooo, I de-selected "Local GPU support" option, it should download PyTorch 1.9 with CPU/MKL support only.

But it doesn't, and very little is logged

@divideconcept
Copy link
Contributor

Please copy paste the content of ~/TorchStudio/pythoninstall.log here.

@divideconcept
Copy link
Contributor

@tribbloid Please install and download TorchStudio 0.9.6 and try again. If it fail, please upload the log files located in ~/TorchStudio/logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants