Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7f0699c931e0>
  2. Traceback (most recent call last):
  3. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/utils/autoreload.py", line 226, in wrapper
  4. fn(*args, **kwargs)
  5. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 109, in inner_run
  6. autoreload.raise_last_exception()
  7. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception
  8. six.reraise(*_exception)
  9. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
  10. raise value.with_traceback(tb)
  11. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/utils/autoreload.py", line 226, in wrapper
  12. fn(*args, **kwargs)
  13. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/__init__.py", line 18, in setup
  14. apps.populate(settings.INSTALLED_APPS)
  15. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/apps/registry.py", line 108, in populate
  16. app_config.import_models(all_models)
  17. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/apps/config.py", line 202, in import_models
  18. self.models_module = import_module(models_module_name)
  19. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/importlib/__init__.py", line 126, in import_module
  20. return _bootstrap._gcd_import(name[level:], package, level)
  21. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  22. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  23. File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  24. File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  25. File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  26. File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  27. File "/home/filip/Documents/shuup-pos-env/shuup-pos/trees_service_area/models.py", line 2, in <module>
  28. from django.contrib.gis.db import models
  29. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/db/models/__init__.py", line 2, in <module>
  30. from django.contrib.gis.db.models.aggregates import * # NOQA
  31. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/db/models/aggregates.py", line 1, in <module>
  32. from django.contrib.gis.db.models.fields import ExtentField
  33. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/db/models/fields.py", line 1, in <module>
  34. from django.contrib.gis import forms
  35. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/forms/__init__.py", line 3, in <module>
  36. from .fields import ( # NOQA
  37. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/forms/fields.py", line 4, in <module>
  38. from django.contrib.gis.geos import GEOSException, GEOSGeometry
  39. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/geos/__init__.py", line 5, in <module>
  40. from .collections import ( # NOQA
  41. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/geos/collections.py", line 9, in <module>
  42. from django.contrib.gis.geos.geometry import (
  43. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/geos/geometry.py", line 10, in <module>
  44. from django.contrib.gis import gdal
  45. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/gdal/__init__.py", line 48, in <module>
  46. from django.contrib.gis.gdal.driver import Driver # NOQA
  47. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/gdal/driver.py", line 5, in <module>
  48. from django.contrib.gis.gdal.prototypes import ds as vcapi, raster as rcapi
  49. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/gdal/prototypes/ds.py", line 9, in <module>
  50. from django.contrib.gis.gdal.libgdal import GDAL_VERSION, lgdal
  51. File "/home/filip/Documents/shuup-pos-env/lib/python3.6/site-packages/django/contrib/gis/gdal/libgdal.py", line 48, in <module>
  52. lgdal = CDLL(lib_path)
  53. File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__
  54. self._handle = _dlopen(self._name, mode)
  55. OSError: /usr/lib/x86_64-linux-gnu/libspatialite.so.7: undefined symbol: GEOSDelaunayTriangulation_r
  56. libgcc_s.so.1 must be installed for pthread_cancel to work
  57. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement