I am trying to run google colab on local runtime. However, even after successful connection, the libraries are showing to be not present. What mistake I am making here? Here is the screenshot.
Guys - please don’t close the thread before the original user gives confirmation. Check in 2nd screenshot below where I have installed the packages but still getting additional error. This thread could be useful for someone stumbling across similar issue.
Edited:
I further resolved this by installing a CPU variant of pytorch. Use the following installation code:
~
pip install torch1.5.0+cpu torchvision0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html --user
~