Anaconda 설치 Unpacking payload ... 에서 막힘(멈춤)
오랜만에 학습용 서버셋팅을 하고 있습니다...(라기엔 EBS만 크게 붙이고 아직 EC2 프리티어...)
아나콘다를 설치중인데, 진행이 제대로 안됐습니다;; 당황;; 당연히 될 줄 알고 딴짓하고 있었는데-
[/home/ubuntu/anaconda3] >>>
PREFIX=/home/ubuntu/anaconda3
Unpacking payload ...
0%| | 0/291 [00:00<?, ?it/s]
이 상황에서, PATH 설정 그냥 엔터로 넘겼는데,
Unpacking payload에서 0% 상태 그대로- 진행이 안되는 것이었습니다 ㅡㅡ
문제를 찾아보니,
Sorry for this - I expect this is the same issue described and fixed in conda/conda#9345
The issue only happens on instances with a single core. This will be fixed in the next Anaconda release, but for now you could try one of these:
- Use the latest Miniconda installers, then conda install anaconda (best option)
- Stick with the older Anaconda installer for now
ref: https://github.com/ContinuumIO/anaconda-issues/issues/11466
즉, 싱글코어에서 생겨나는 문제라고 합니다; 예전에는 이렇게 잘 셋팅했던거 같은데, 최신버전에서 일어나는 문제로 보입니다. 제가 설치하려했던 설치파일은 Anaconda3-2019.10-Linux-x86_64.sh 였습니다. 따라서 해결방법은,
1. 미니콘다
2. 예전버전 아나콘다
2번 선택지로 해결을 하고자합니다.
wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh
bash Anaconda3-2019.07-Linux-x86_64.sh
3개월정도 차이나는; 버전으로 변경! 그리고 성공!
싱글코어 EC2의 비애...ㅠ
*주의 이전에 2019.10 버전을 설치하려다 실패했기 때문에, anaconda3 폴더가 이미 생성되어있을 것입니다. 새로운 버전을 설치하기 위해서 해당 폴더를 삭제해주어야합니다.
'✏️ 수동로깅 > cloud_log' 카테고리의 다른 글
[AWS EC2 EBS] resize2fs: Bad magic number in super-block while trying to open (0) | 2020.03.16 |
---|---|
Amazon (EC2) EBS 용량 늘리기 (0) | 2020.03.09 |
4. 모델 빌드하기 (0) | 2019.10.18 |
3. 데이터셋 만들기 (2) | 2019.10.14 |
2. BigQuery와 AI Platform Notebook을 이용한 데이터셋 살펴보기 (0) | 2019.10.10 |
댓글
이 글 공유하기
다른 글
-
[AWS EC2 EBS] resize2fs: Bad magic number in super-block while trying to open
[AWS EC2 EBS] resize2fs: Bad magic number in super-block while trying to open
2020.03.16 -
Amazon (EC2) EBS 용량 늘리기
Amazon (EC2) EBS 용량 늘리기
2020.03.09 -
4. 모델 빌드하기
4. 모델 빌드하기
2019.10.18 -
3. 데이터셋 만들기
3. 데이터셋 만들기
2019.10.14