박가방

[python] requirements.txt 설치 오류 본문

프로그램 언어/Python

[python] requirements.txt 설치 오류

박가방 2023. 7. 10. 10:42
pip install -r requirements.txt

 

실행 시 

 

다음과 같은 @file ~~~ 로 인해 오류가 발생함.

 

양이 상당하여, 일일히 지우기에는 시간이 상당히 걸리므로

 

pip list

pip list --format=freeze > requirements.txt

이후

 

pip install -r requirements.txt

 

설치하면 @file~~ 경로도 다 사라지고, 설치도 문제없이 잘됨

'프로그램 언어 > Python' 카테고리의 다른 글

cuda, pythorch 설치 정리  (0) 2023.07.10
[python] jupyter lab attr 오류  (0) 2023.07.10
[python] tensorflow-gpu, ssl 오류  (0) 2023.07.10
[오류] tensorflow 설치 오류  (0) 2023.04.13
jupyter notebook 단축키 모음  (0) 2023.01.16