Let me first say that I am a newbie using anaconda and EC2-instances.
I ran into what I figure is a similar problem as the one you describe. Also tried your solution (conda init bash
etc) which at least allowed me to fire up Jupyter. But my AWS-instance is still littered with problems which didn’t exist two weeks ago.
The major issue seems to be some sort of environment inconsistencies. I am however a noob, so I have no idea if that’s the case. At the moment I am trying to install the relevant packages for unpacking the tar files in Lesson 3’s Kaggle satellite images.
This input (run in the notebook):
! conda install --yes --prefix {sys.prefix} -c haasad eidl7zip
crashes and produces the following error message:
Collecting package metadata (current_repodata.json): done
Solving environment: done
WARNING conda.core.package_cache_data:_make_single_record(350): Encountered corrupt package tarball at /home/ubuntu/anaconda3/pkgs/_libgcc_mutex-0.1-main.conda. Conda has removed it, but you need to re-run conda to download it again.
WARNING conda.core.package_cache_data:_make_single_record(350): Encountered corrupt package tarball at /home/ubuntu/anaconda3/pkgs/ca-certificates-2019.5.15-0.conda. Conda has removed it, but you need to re-run conda to download it again.
WARNING conda.core.package_cache_data:_make_single_record(350): Encountered corrupt package tarball at /home/ubuntu/anaconda3/pkgs/certifi-2019.6.16-py36_0.conda. Conda has removed it, but you need to re-run conda to download it again.
WARNING conda.core.package_cache_data:_make_single_record(350): Encountered corrupt package tarball at /home/ubuntu/anaconda3/pkgs/openssl-1.0.2s-h7b6447c_0.conda. Conda has removed it, but you need to re-run conda to download it again.
Package Plan
environment location: /home/ubuntu/anaconda3/envs/pytorch_p36
added / updated specs:
- eidl7zip
The following packages will be downloaded:
package | build
---------------------------|-----------------
_libgcc_mutex-0.1 | main 3 KB
ca-certificates-2019.5.15 | 0 126 KB
certifi-2019.6.16 | py36_0 150 KB
openssl-1.0.2s | h7b6447c_0 2.1 MB
------------------------------------------------------------
Total: 2.4 MB
The following NEW packages will be INSTALLED:
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
eidl7zip haasad/linux-64::eidl7zip-1.0.0-1
The following packages will be UPDATED:
ca-certificates 2019.1.23-0 --> 2019.5.15-0
certifi 2019.3.9-py36_0 --> 2019.6.16-py36_0
openssl 1.0.2r-h7b6447c_0 --> 1.0.2s-h7b6447c_0
Downloading and Extracting Packages
ca-certificates-2019 | 126 KB | ##################################### | 100%
certifi-2019.6.16 | 150 KB | ##################################### | 100%
_libgcc_mutex-0.1 | 3 KB | ##################################### | 100%
openssl-1.0.2s | 2.1 MB | ##################################### | 100%
InvalidArchiveError(‘Error with archive /home/ubuntu/anaconda3/pkgs/ca-certificates-2019.5.15-0.conda. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nChild process exited with status 127 (errno=-1, retcode=-30, archive_p=94305117464384)’)
InvalidArchiveError(‘Error with archive /home/ubuntu/anaconda3/pkgs/certifi-2019.6.16-py36_0.conda. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nChild process exited with status 127 (errno=-1, retcode=-30, archive_p=94305117464384)’)
InvalidArchiveError(‘Error with archive /home/ubuntu/anaconda3/pkgs/_libgcc_mutex-0.1-main.conda. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nChild process exited with status 127 (errno=-1, retcode=-30, archive_p=94305117464384)’)
InvalidArchiveError(‘Error with archive /home/ubuntu/anaconda3/pkgs/openssl-1.0.2s-h7b6447c_0.conda. You probably need to delete and re-download or re-create this file. Message from libarchive was:\n\nChild process exited with status 127 (errno=-1, retcode=-30, archive_p=94305117464384)’)
Anyone had similar issues? Any solutions at hand? If it is any clue to the problem, I am also getting channel 3: open failed: connect failed: Connection refused
in my instance terminal. ¯_(ツ)_/¯