pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
pipenv lock --pre --clear
위 명령어를 작성 후 다시 원래 명령어를 작성
'Web Programming > Django' 카테고리의 다른 글
[Django] 프로젝트에 등록되어 있지 않은 파일에서 장고 사용하기 (0) | 2020.12.02 |
---|---|
[Django] 장고 비밀키 관리하기 (0) | 2020.11.27 |
[Django] 장고 쿼리셋 파헤치기(Eager Loading) (0) | 2020.11.27 |
ImproperlyConfigured Error (0) | 2020.11.16 |
Django - 관리자 페이지에서 엑셀 출력 방법 (0) | 2020.10.12 |