You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lorsqu'on avait discuté au téléphone en décembre, vous m'aviez dit que pour tester des modifications du code, je pouvais lancer l'appli localement avec un classique
or j'ai un problème de compilation lors du makemigrations: django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal302", "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
sur internet, il est suggéré d'installer GAL: pip install GDAL
qui n'est pas dans les requirements
Salut,
Lorsqu'on avait discuté au téléphone en décembre, vous m'aviez dit que pour tester des modifications du code, je pouvais lancer l'appli localement avec un classique
or j'ai un problème de compilation lors du
makemigrations
:django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal302", "gdal301", "gdal300", "gdal204", "gdal203", "gdal202", "gdal201", "gdal20"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
sur internet, il est suggéré d'installer GAL:
pip install GDAL
qui n'est pas dans les requirements
ou bien encore:
https://stackoverflow.com/a/49159195/12505071
What would be your recommended way to solve this ?
The text was updated successfully, but these errors were encountered: