I am trying to install fuse-zip package to mount a zip file and work with the files in it without extracting any of those files. Since I'am unable to unzip large files due to space constraints in the Floydhub environment. I am trying to use fuse-zip as a work around. When I follow the steps below, I am unable to access the package that is installed.
#Step One
!apt-get install -y fuse-zip
#Step Two
# 30-45min in Google Colab.
raw_data_dir = "input/raw"
!kaggle competitions download -c rsna-intracranial-hemorrhage-detection -p {raw_data_dir}
#Step Three
# Check that everything is working.
!ls {input_dir}
When I run step two, I get package unfound error:
E: Unable to locate package fuse-zip