Published
- 1 min read
!unzip command for rar file in google colab
The solution for this is noted below
!unzip command for rar file in google colab
Solution
!pip install pyunpack
!pip install patool
from pyunpack import Archive
Archive('Location of the rar file').extractall('Location where you want to have the folder')
Try other methods by searching on the site. That is if this doesn’t work