Guest User

Untitled

a guest
Jan 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. ModuleNotFoundError: No module named 'osgeo'
  2. Traceback (most recent call last):
  3. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 337, in startPlugin
  4. plugins[packageName] = package.classFactory(iface)
  5. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/__init__.py", line 27, in classFactory
  6. from .qgis2threejs import Qgis2threejs
  7. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  8. mod = _builtin_import(name, globals, locals, fromlist, level)
  9. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/qgis2threejs.py", line 29, in
  10. from .q3dviewercontroller import Q3DViewerController
  11. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  12. mod = _builtin_import(name, globals, locals, fromlist, level)
  13. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/q3dviewercontroller.py", line 23, in
  14. from .export import ThreeJSExporter
  15. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  16. mod = _builtin_import(name, globals, locals, fromlist, level)
  17. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/export.py", line 28, in
  18. from .exportdem import DEMLayerExporter
  19. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  20. mod = _builtin_import(name, globals, locals, fromlist, level)
  21. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/exportdem.py", line 30, in
  22. from .propertyreader import DEMPropertyReader
  23. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  24. mod = _builtin_import(name, globals, locals, fromlist, level)
  25. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/propertyreader.py", line 27, in
  26. from .qgis2threejscore import calculateDEMSize
  27. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  28. mod = _builtin_import(name, globals, locals, fromlist, level)
  29. File "/Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/Qgis2threejs/qgis2threejscore.py", line 25, in
  30. from osgeo import gdal
  31. File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 674, in _import
  32. mod = _builtin_import(name, globals, locals, fromlist, level)
  33. ModuleNotFoundError: No module named 'osgeo'
  34.  
  35.  
  36. Python version: 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 03:03:55) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
  37. QGIS version: 3.2.2-Bonn Bonn, exported
  38.  
  39. Python Path:
  40. /Applications/QGIS3.app/Contents/MacOS/../Resources/python
  41. /Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python
  42. /Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
  43. /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
  44. /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
  45. /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
  46. /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
  47. /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
  48. /Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python
  49. /Users/indyatblake/Desktop/QGIS/Workshop
  50. /Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin
  51. /Users/indyatblake/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin/vrtbuilder
Add Comment
Please, Sign In to add comment