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
Tried to run scripts/run_analysis.sh -ecosystem pypi -package Django i.e. mentioned in the README itself. But, the analysis is stuck halfway, giving this output in the logs:
2025-01-04T15:39:47.480Z WARN log/writer.go:62 django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal", "GDAL", "gdal3.8.0", "gdal3.7.0", "gdal3.6.0", "gdal3.5.0", "gdal3.4.0", "gdal3.3.0", "gdal3.2.0", "gdal3.1.0", "gdal3.0.0"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. {"command": "/usr/local/bin/analyze-python.py", "args": ["--version", "5.1.4", "import", "django"], "ecosystem": "pypi", "name": "django", "version": "5.1.4", "mode": "dynamic", "phase": "import"}
Thanks.
The text was updated successfully, but these errors were encountered:
Specifically for Django the GDAL related messages are usually okay to ignore - the code is trying to import libraries that are failing to find the GDAL system libraries.
Are you able to attach an entire log? Or is there any interesting output that starts with ERROR?
Hi there,
Tried to run
scripts/run_analysis.sh -ecosystem pypi -package Django
i.e. mentioned in the README itself. But, the analysis is stuck halfway, giving this output in the logs:Thanks.
The text was updated successfully, but these errors were encountered: