박가방
[오류] tensorflow 설치 오류 본문
오류)
ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\urllib3\response.py", line 435, in _error_catcher
yield
File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\urllib3\response.py", line 516, in read
data = self._fp.read(amt) if not fp_closed else b""
File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 94, in read
self.__buf.write(data)
File "C:\Users\User\anaconda3\lib\tempfile.py", line 478, in func_wrapper
return func(*args, **kwargs)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
해결)
1. Network 연결 최소화
- 작업 표시줄, 백 그라운드 등 불필요한 것들을 종료하여 네트워크 점유율을 최대한 낮춤
2. 저장소 공간 확대
- 저장소 용량이 부족하여, 일부 프로그램 삭제
'프로그램 언어 > Python' 카테고리의 다른 글
[python] requirements.txt 설치 오류 (0) | 2023.07.10 |
---|---|
[python] tensorflow-gpu, ssl 오류 (0) | 2023.07.10 |
jupyter notebook 단축키 모음 (0) | 2023.01.16 |
[python_9] 조건문 (0) | 2023.01.01 |
[python_7] 기본적 함수 응용 (0) | 2022.12.30 |