티스토리 뷰
728x90
해당 원인은
1. cURL package may not be installed - 해당 패키지가 설치되어 있지 않은 경우
2. PATH environment variable may be incorrect - 경로가 맞지 않을 경우
1. 해결 방법
sudo apt install curl -y
sudo apt-get install curl -y
sudo snap install curl
sudo dnf -y curl install
sudo yum -y install curl
sudo pacman -S curl
sudo install zypper curl
2. 해결 방법
cURL 명령은 /bin/curl시스템에서 호출됩니다. /bin사용자 PATH 변수에 no가 있으면 cURL을 포함한 많은 명령이 작동하지 않습니다.
which culr
which 명령을 사용하여 시스템의 cURL 패키지가 호출된 위치를 확인할 수 있습니다. 또한 cURL 및 유사한 애플리케이션을 호출하기 위해 PATH 정보를 추가해 보겠습니다.
export PATH=$PATH:/bin
728x90
'Skills > Error' 카테고리의 다른 글
[Error] 'base'로 셀을 실행하려면 ipykernel 패키지를 설치하거나 업데이트해야합니다 (0) | 2023.04.28 |
---|---|
[Error] bash: git: command not found (0) | 2023.04.14 |
error: command 'gcc' failed: No such file or directory: 'gcc' (0) | 2023.03.13 |
bash: wget command not found (0) | 2022.12.13 |
ModuleNotFoundError: No module named 'skimage' (0) | 2022.12.13 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- support set
- NLP
- 도커 컨테이너
- prompt learning
- python
- 도커 작업
- 도커
- 리눅스
- few-shot learning
- 페이퍼윗코드
- 파이썬
- hugging face trending paper
- style transfer
- Prompt
- 허깅페이스 트렌딩 페이퍼
- stylegan
- clip
- CNN
- 파이썬 딕셔너리
- cs231n
- 페위코
- 딥러닝
- Hugging Face
- Unsupervised learning
- 허깅페이스
- 퓨샷러닝
- 리눅스 나노 사용
- Paperwithcode
- 프롬프트
- docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
글 보관함
250x250