runserver2 [Django] Could not find the GDAL library 에러 해결 방법 실행 환경 1. 윈도우10 + WSL + 가상환경 + Git Cloning + install requirement.txt 2. Mac OS + 가상환경 + Git Cloning + install requirements.txt python manage.py runserver 혹은 python manage.py migrate 커맨드 입력 시 아래와 같은 에러가 뜨는 경우 django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal", "GDAL", "gdal2.3.0", "gdal2.2.0", "gdal2.1.0", "gdal2.0.0", "gdal1.11.0"). Is GDAL installed? If it.. 2020. 2. 11. [django] how to runserver stop in windows10 1. open terminal (ex : cmd) 2. enter command like this for see used port number netstat -ano 3. check port number in list 4. enter command like this for stop used port number(3600) taskkill /pid 3600 /f DONE 2019. 10. 13. 이전 1 다음