Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- android
- 개발
- cos
- issue
- 동적계획법
- Python
- Flutter
- 안드로이드스튜디오
- 파이썬
- 동적계획법과최단거리역추적
- 코드품앗이
- Vue
- C++
- AndroidStudio
- cos pro
- 코테
- django
- 안드로이드
- BAEKJOON
- vuejs
- Algorithm
- DFS와BFS
- codingtest
- 백준
- 알고리즘
- 분할정복
- 코딩테스트
- DART
- cos pro 1급
- DFS
Archives
- Today
- Total
Development Artist
[Django, Warning] RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) 본문
Internship
[Django, Warning] RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
JMcunst 2021. 7. 7. 16:31728x90
반응형
Warning
장고 프레임워크 runserver 를 실행하는 중에 다음과 같은 warning을 발견. (실행 문제는 없음)
해결
우분투의 경우 : sudo apt install ffmpeg
윈도우 터미널 : pip install ffmpeg
728x90
반응형
'Internship' 카테고리의 다른 글
[Internship] Training 3일차 : Django framework(MTV), ORM, QuerySet (0) | 2021.07.08 |
---|---|
[BE, Task] ERD 작성법 , Modeling example (0) | 2021.07.08 |
[Django, Issue] Running setup.py install for pycrypto ... error. ERROR : Command errored out with exit status 1: (0) | 2021.07.07 |
[Study] Vue Component LifeCycle (0) | 2021.07.07 |
[Study] Django Cycle : Request&Response (0) | 2021.07.07 |
Comments