티스토리 뷰
아나콘다 가상환경 생성시 아래와 같은 오류가 발생할 수 있다.
conda create -n new_env python=3.6
Collecting package metadata (current_repodata.json): failed
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "D:\Anaconda3\lib\site-packages\conda\exceptions.py", line 1079, in __call__
return func(*args, **kwargs)
File "D:\Anaconda3\lib\site-packages\conda\cli\main.py", line 84, in _main
exit_code = do_call(args, p)
ssl 통신오류와는 다르게 .condarc 파일이 잘못된 경우이다.
아래와 같이 조치하면 된다.
steps:
- run command conda clean -i to see if it works first
- remove the .condarc file
- run command conda config --set show_channel_urls true in anaconda prompt to regenerate the .condarc file and then modify it
Important Note: If you encounter this problem, you should try running command conda clean -i first (especially when you haven't changed anything about channels). If it doesn't work, then you can try these steps. If you encounter this problem again after these steps, just try running command conda clean -i to see if it works. That's all I know so far.
conda install packages error: Collecting package metadata (current_repodata.json): failed
When I use 'conda install' to install packages, I always get an annoying error: Collecting package metadata (current_repodata.json): failed The detailed report can be seen through this link: error
stackoverflow.com
#파이썬 #아나콘다 #anaconda #conda #create #issue #condarc #가상환경 #virtualenv #venv
'Work > 에러|이슈 해결' 카테고리의 다른 글
[postgresql] 프로시져 or 함수 생성시 주의사항 (0) | 2022.07.13 |
---|---|
[cv2] ImportError: libGL.so.1 에러 발생시 조치법 (0) | 2022.07.13 |
[리눅스] 환경변수 설정 유의사항 (0) | 2022.07.11 |
[파이썬] ImportError: cannot import name 'delayed' (0) | 2021.06.10 |
TOAD 토드(SQL), Out of Memory 에러 해결방안 (0) | 2021.04.22 |
- Total
- Today
- Yesterday
- Bbox
- anomaly
- bashrc
- Domain
- 제조
- dowhy
- Semantic
- ML
- rcnn
- machine
- transformer
- export
- github
- vision
- mask
- TimeSeries
- 서현
- learning
- tutorial
- 파이썬
- segmentation
- error
- detection
- Python
- 맛집
- explainability
- import
- XAI
- AI
- causality
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |