Replies: 9 comments 3 replies
-
제 컴에서 새 가상환경을 만들어도 이미 라이브러리가 다 설치되어 있어서 차이가 없습니다 |
Beta Was this translation helpful? Give feedback.
-
matplotlib |
Beta Was this translation helpful? Give feedback.
-
requirements.txt |
Beta Was this translation helpful? Give feedback.
-
requirements.txt |
Beta Was this translation helpful? Give feedback.
-
requirements.txt |
Beta Was this translation helpful? Give feedback.
-
requirements.txt |
Beta Was this translation helpful? Give feedback.
-
최종!!!!! |
Beta Was this translation helpful? Give feedback.
-
이것도 win32 되는거!@ 둘중 하나 다운받아 쓰면 됨 |
Beta Was this translation helpful? Give feedback.
-
@SeunghyeChae 가 찾은 방법! pip install -r requirements.txt # 해당 패키지를 설치 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
requirements.txt
한번 새로운 가상환경 만든 후에 (가상환경 경로에) 다운받아서
새로운 가상환경 activate 해서 install 해봐주시고
(pip install -r requirements.txt )
pip list로 제대로 들어가는지 확인해주세요
Beta Was this translation helpful? Give feedback.
All reactions