Open tribbloid opened 2 years ago
@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.
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
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.
command successful but still didn't solve the problem
Well I suppose the problem at this point is more Pop OS not supporting PyTorch 1.9 ?
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
Please copy paste the content of ~/TorchStudio/pythoninstall.log here.
@tribbloid Please install and download TorchStudio 0.9.6 and try again. If it fail, please upload the log files located in ~/TorchStudio/logs
Already have miniconda installed.
When I click the
Install(recommended)
button, I got the following message which is really unfriendly:Could you elaborate more in the message?