QGIS 3.0 error when start in MacOS High SierraNo module named osgeo - continuedTrying to Install on MAC OS...

The (Easy) Road to Code

Can I negotiate a patent idea for a raise, under French law?

Vector-transposing function

Tool for measuring readability of English text

Create chunks from an array

Why would /etc/passwd be used every time someone executes `ls -l` command?

Paper published similar to PhD thesis

What is the orbit and expected lifetime of Crew Dragon trunk?

Geological Explanation for an Unusually Temperate Northern Mountain Valley

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Draw this image in the TIKZ package

What can I do if someone tampers with my SSH public key?

How to install "rounded" brake pads

Is it appropriate to ask a former professor to order a library book for me through ILL?

Professor forcing me to attend a conference, I can't afford even with 50% funding

How can I portion out frozen cookie dough?

Can I frame a new window without adding jack studs?

PTIJ: Sport in the Torah

Why is my explanation wrong?

Is this a crown race?

Does an unused member variable take up memory?

Should I file my taxes? No income, unemployed, but paid 2k in student loan interest

What does it take to become a wilderness skills guide as a business?

What would be the most expensive material to an intergalactic society?



QGIS 3.0 error when start in MacOS High Sierra


No module named osgeo - continuedTrying to Install on MAC OS Lion and getting Python error messageClean way to install gdaltools plugin for QGIS on OSXHandling “bad layers” in QGIS version 1.9When I save a project to a folder, I get this error messageCouldn't load plugin PRISM due an error when calling its classFactory() method in QGIS1.8 inWin8QGIS: custom build, python errorQGIS2Leaf fails with AttributeError: 'QgsMarkerLineSymbolLayerV2' object has no attribute 'penStyle'Problems with Python in QGIS 2.14 on UBUNTU 14.04ImportError in Metasearch pluginInstalling Location Lab plugin in QGIS on Mac OSX?













4















I need help with this problem QGis 3.0 to MacOS HighSierra.
When I start QGis 3.0 its show this message.



first message...



ModuleNotFoundError: No module named 'osgeo' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 311, in loadPlugin
    __import__(packageName)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 28, in
    from processing.tools.dataobjects import *          # NOQA
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/dataobjects.py", line 51, in
    from processing.algs.gdal.GdalUtils import GdalUtils
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/gdal/GdalUtils.py", line 35, in
    from osgeo import gdal
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'osgeo'


 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python


The second message is...



ModuleNotFoundError: No module named 'owslib' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 336, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory
    from MetaSearch.plugin import MetaSearchPlugin
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 34, in
    from MetaSearch.dialogs.maindialog import MetaSearchDialog
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 46, in
    from owslib.csw import CatalogueServiceWeb # spellok
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'owslib'

 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python









share|improve this question

























  • Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

    – Mattropolis
    Mar 22 '18 at 16:34











  • did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

    – Steven Kay
    Mar 22 '18 at 21:40








  • 1





    I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

    – jeffme
    Aug 3 '18 at 19:44











  • @jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

    – iled
    Sep 21 '18 at 18:14
















4















I need help with this problem QGis 3.0 to MacOS HighSierra.
When I start QGis 3.0 its show this message.



first message...



ModuleNotFoundError: No module named 'osgeo' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 311, in loadPlugin
    __import__(packageName)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 28, in
    from processing.tools.dataobjects import *          # NOQA
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/dataobjects.py", line 51, in
    from processing.algs.gdal.GdalUtils import GdalUtils
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/gdal/GdalUtils.py", line 35, in
    from osgeo import gdal
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'osgeo'


 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python


The second message is...



ModuleNotFoundError: No module named 'owslib' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 336, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory
    from MetaSearch.plugin import MetaSearchPlugin
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 34, in
    from MetaSearch.dialogs.maindialog import MetaSearchDialog
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 46, in
    from owslib.csw import CatalogueServiceWeb # spellok
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'owslib'

 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python









share|improve this question

























  • Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

    – Mattropolis
    Mar 22 '18 at 16:34











  • did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

    – Steven Kay
    Mar 22 '18 at 21:40








  • 1





    I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

    – jeffme
    Aug 3 '18 at 19:44











  • @jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

    – iled
    Sep 21 '18 at 18:14














4












4








4


1






I need help with this problem QGis 3.0 to MacOS HighSierra.
When I start QGis 3.0 its show this message.



first message...



ModuleNotFoundError: No module named 'osgeo' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 311, in loadPlugin
    __import__(packageName)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 28, in
    from processing.tools.dataobjects import *          # NOQA
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/dataobjects.py", line 51, in
    from processing.algs.gdal.GdalUtils import GdalUtils
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/gdal/GdalUtils.py", line 35, in
    from osgeo import gdal
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'osgeo'


 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python


The second message is...



ModuleNotFoundError: No module named 'owslib' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 336, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory
    from MetaSearch.plugin import MetaSearchPlugin
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 34, in
    from MetaSearch.dialogs.maindialog import MetaSearchDialog
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 46, in
    from owslib.csw import CatalogueServiceWeb # spellok
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'owslib'

 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python









share|improve this question
















I need help with this problem QGis 3.0 to MacOS HighSierra.
When I start QGis 3.0 its show this message.



first message...



ModuleNotFoundError: No module named 'osgeo' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 311, in loadPlugin
    __import__(packageName)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 28, in
    from processing.tools.dataobjects import *          # NOQA
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/dataobjects.py", line 51, in
    from processing.algs.gdal.GdalUtils import GdalUtils
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/gdal/GdalUtils.py", line 35, in
    from osgeo import gdal
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'osgeo'


 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python


The second message is...



ModuleNotFoundError: No module named 'owslib' 
Traceback (most recent call last):
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 336, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory
    from MetaSearch.plugin import MetaSearchPlugin
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 34, in
    from MetaSearch.dialogs.maindialog import MetaSearchDialog
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 46, in
    from owslib.csw import CatalogueServiceWeb # spellok
  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'owslib'

 Versión de Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] 
 Versión de QGIS: 3.0.0-Girona Girona, exported 

Ruta de Python:
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
* /Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
* /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
* /Users/enver/Library/Application Support/QGIS/QGIS3/profiles/default/python






qgis python






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 '18 at 16:52









Mattropolis

1,38011026




1,38011026










asked Mar 22 '18 at 15:40









Enver MelgarejoEnver Melgarejo

2113




2113













  • Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

    – Mattropolis
    Mar 22 '18 at 16:34











  • did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

    – Steven Kay
    Mar 22 '18 at 21:40








  • 1





    I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

    – jeffme
    Aug 3 '18 at 19:44











  • @jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

    – iled
    Sep 21 '18 at 18:14



















  • Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

    – Mattropolis
    Mar 22 '18 at 16:34











  • did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

    – Steven Kay
    Mar 22 '18 at 21:40








  • 1





    I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

    – jeffme
    Aug 3 '18 at 19:44











  • @jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

    – iled
    Sep 21 '18 at 18:14

















Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

– Mattropolis
Mar 22 '18 at 16:34





Put some more information in this question about what exactly you are trying to do. Is this your first experience with QGIS?

– Mattropolis
Mar 22 '18 at 16:34













did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

– Steven Kay
Mar 22 '18 at 21:40







did you open the .dmg and install GDAL before installing QGIS? You seem to have installed the right version of Python, but you're missing GEOS and GDAL from the Python Path.

– Steven Kay
Mar 22 '18 at 21:40






1




1





I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

– jeffme
Aug 3 '18 at 19:44





I've recently run into the same problem when installing QGIS 3.2 using the files found at qgis.org. I installed python 3.7, then installed a symlink to the 3.7 directory from 3.6 to get around a QGIS quirk, and then installed "GDAL Complete" using the .pkg file from qgis.org (and KyngChaos upstream...). Something is awry, however, as none of the gdal commands are showing up in my shell...

– jeffme
Aug 3 '18 at 19:44













@jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

– iled
Sep 21 '18 at 18:14





@jeffme as stated in the the readme, QGIS 3.2 needs Python 3.6. You have 3.7. Check that.

– iled
Sep 21 '18 at 18:14










5 Answers
5






active

oldest

votes


















4














I assume this is the KyngChaos build, rather than one from homebrew.



The problem is that QGIS is only partially installed. GDAL and GEOS need to be installed too.




  • I suspect you installed the latest KyngChaos build, as it's showing up as /Applications/qgis3.app (no space before the 3)

  • you have the correct python installed (the official python packages from python.org, not one from brew).


Your python path should include something like this:-



/Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
/Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages


If you open up the .dmg package you should see a set of contents.



enter image description here




Read the readme file and make sure you install GDAL first, then QGIS (using the "1. Install GDAL complete" in the .dmg file).




I find that the KyngChaos QGIS 3.0 works happily alongside QGIS 2.18, as it keeps the files in two separate applications.



Be aware - this is an "early adopter" version, so some things may not work yet.






share|improve this answer































    0














    Same issue here. I suspect it is because QGIS cannot get the correct path. After several minutes of searching, I tried to figure out a solution (at least for me):



    DO NOT use the 1 install GDAL Complete.pkg to install GDAL.
    Try use pip to get GDAL from PyPi instead. My QGIS returned to normal after performing this.



    pip3 install GDAL





    share|improve this answer































      0














      I had the same issue and resolved it by downloading the DMG and starting the install from scratch in the prescribed install order.






      share|improve this answer































        0














        I don't know why but I had the same issue the first time I installed QGIS, even in the right order... I installed qgis, I reinstalled and all works well now.
        PS: I use Mojave






        share|improve this answer































          0














          pip3 install GDAL. This worked for me (QGIS 3.6)





          share








          New contributor




          Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "79"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f276787%2fqgis-3-0-error-when-start-in-macos-high-sierra%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            I assume this is the KyngChaos build, rather than one from homebrew.



            The problem is that QGIS is only partially installed. GDAL and GEOS need to be installed too.




            • I suspect you installed the latest KyngChaos build, as it's showing up as /Applications/qgis3.app (no space before the 3)

            • you have the correct python installed (the official python packages from python.org, not one from brew).


            Your python path should include something like this:-



            /Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
            /Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages


            If you open up the .dmg package you should see a set of contents.



            enter image description here




            Read the readme file and make sure you install GDAL first, then QGIS (using the "1. Install GDAL complete" in the .dmg file).




            I find that the KyngChaos QGIS 3.0 works happily alongside QGIS 2.18, as it keeps the files in two separate applications.



            Be aware - this is an "early adopter" version, so some things may not work yet.






            share|improve this answer




























              4














              I assume this is the KyngChaos build, rather than one from homebrew.



              The problem is that QGIS is only partially installed. GDAL and GEOS need to be installed too.




              • I suspect you installed the latest KyngChaos build, as it's showing up as /Applications/qgis3.app (no space before the 3)

              • you have the correct python installed (the official python packages from python.org, not one from brew).


              Your python path should include something like this:-



              /Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
              /Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages


              If you open up the .dmg package you should see a set of contents.



              enter image description here




              Read the readme file and make sure you install GDAL first, then QGIS (using the "1. Install GDAL complete" in the .dmg file).




              I find that the KyngChaos QGIS 3.0 works happily alongside QGIS 2.18, as it keeps the files in two separate applications.



              Be aware - this is an "early adopter" version, so some things may not work yet.






              share|improve this answer


























                4












                4








                4







                I assume this is the KyngChaos build, rather than one from homebrew.



                The problem is that QGIS is only partially installed. GDAL and GEOS need to be installed too.




                • I suspect you installed the latest KyngChaos build, as it's showing up as /Applications/qgis3.app (no space before the 3)

                • you have the correct python installed (the official python packages from python.org, not one from brew).


                Your python path should include something like this:-



                /Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
                /Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages


                If you open up the .dmg package you should see a set of contents.



                enter image description here




                Read the readme file and make sure you install GDAL first, then QGIS (using the "1. Install GDAL complete" in the .dmg file).




                I find that the KyngChaos QGIS 3.0 works happily alongside QGIS 2.18, as it keeps the files in two separate applications.



                Be aware - this is an "early adopter" version, so some things may not work yet.






                share|improve this answer













                I assume this is the KyngChaos build, rather than one from homebrew.



                The problem is that QGIS is only partially installed. GDAL and GEOS need to be installed too.




                • I suspect you installed the latest KyngChaos build, as it's showing up as /Applications/qgis3.app (no space before the 3)

                • you have the correct python installed (the official python packages from python.org, not one from brew).


                Your python path should include something like this:-



                /Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
                /Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages


                If you open up the .dmg package you should see a set of contents.



                enter image description here




                Read the readme file and make sure you install GDAL first, then QGIS (using the "1. Install GDAL complete" in the .dmg file).




                I find that the KyngChaos QGIS 3.0 works happily alongside QGIS 2.18, as it keeps the files in two separate applications.



                Be aware - this is an "early adopter" version, so some things may not work yet.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 22 '18 at 22:01









                Steven KaySteven Kay

                16.6k21555




                16.6k21555

























                    0














                    Same issue here. I suspect it is because QGIS cannot get the correct path. After several minutes of searching, I tried to figure out a solution (at least for me):



                    DO NOT use the 1 install GDAL Complete.pkg to install GDAL.
                    Try use pip to get GDAL from PyPi instead. My QGIS returned to normal after performing this.



                    pip3 install GDAL





                    share|improve this answer




























                      0














                      Same issue here. I suspect it is because QGIS cannot get the correct path. After several minutes of searching, I tried to figure out a solution (at least for me):



                      DO NOT use the 1 install GDAL Complete.pkg to install GDAL.
                      Try use pip to get GDAL from PyPi instead. My QGIS returned to normal after performing this.



                      pip3 install GDAL





                      share|improve this answer


























                        0












                        0








                        0







                        Same issue here. I suspect it is because QGIS cannot get the correct path. After several minutes of searching, I tried to figure out a solution (at least for me):



                        DO NOT use the 1 install GDAL Complete.pkg to install GDAL.
                        Try use pip to get GDAL from PyPi instead. My QGIS returned to normal after performing this.



                        pip3 install GDAL





                        share|improve this answer













                        Same issue here. I suspect it is because QGIS cannot get the correct path. After several minutes of searching, I tried to figure out a solution (at least for me):



                        DO NOT use the 1 install GDAL Complete.pkg to install GDAL.
                        Try use pip to get GDAL from PyPi instead. My QGIS returned to normal after performing this.



                        pip3 install GDAL






                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered May 3 '18 at 9:39









                        ChengCheng

                        1




                        1























                            0














                            I had the same issue and resolved it by downloading the DMG and starting the install from scratch in the prescribed install order.






                            share|improve this answer




























                              0














                              I had the same issue and resolved it by downloading the DMG and starting the install from scratch in the prescribed install order.






                              share|improve this answer


























                                0












                                0








                                0







                                I had the same issue and resolved it by downloading the DMG and starting the install from scratch in the prescribed install order.






                                share|improve this answer













                                I had the same issue and resolved it by downloading the DMG and starting the install from scratch in the prescribed install order.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Sep 18 '18 at 3:12









                                ramram

                                1




                                1























                                    0














                                    I don't know why but I had the same issue the first time I installed QGIS, even in the right order... I installed qgis, I reinstalled and all works well now.
                                    PS: I use Mojave






                                    share|improve this answer




























                                      0














                                      I don't know why but I had the same issue the first time I installed QGIS, even in the right order... I installed qgis, I reinstalled and all works well now.
                                      PS: I use Mojave






                                      share|improve this answer


























                                        0












                                        0








                                        0







                                        I don't know why but I had the same issue the first time I installed QGIS, even in the right order... I installed qgis, I reinstalled and all works well now.
                                        PS: I use Mojave






                                        share|improve this answer













                                        I don't know why but I had the same issue the first time I installed QGIS, even in the right order... I installed qgis, I reinstalled and all works well now.
                                        PS: I use Mojave







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Oct 6 '18 at 18:25









                                        Mattia Personaggio Uno DucciMattia Personaggio Uno Ducci

                                        11




                                        11























                                            0














                                            pip3 install GDAL. This worked for me (QGIS 3.6)





                                            share








                                            New contributor




                                            Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.

























                                              0














                                              pip3 install GDAL. This worked for me (QGIS 3.6)





                                              share








                                              New contributor




                                              Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                              Check out our Code of Conduct.























                                                0












                                                0








                                                0







                                                pip3 install GDAL. This worked for me (QGIS 3.6)





                                                share








                                                New contributor




                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.










                                                pip3 install GDAL. This worked for me (QGIS 3.6)






                                                share








                                                New contributor




                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.








                                                share


                                                share






                                                New contributor




                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.









                                                answered 4 mins ago









                                                Erick FuentesErick Fuentes

                                                1




                                                1




                                                New contributor




                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.





                                                New contributor





                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.






                                                Erick Fuentes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.






























                                                    draft saved

                                                    draft discarded




















































                                                    Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


                                                    • Please be sure to answer the question. Provide details and share your research!

                                                    But avoid



                                                    • Asking for help, clarification, or responding to other answers.

                                                    • Making statements based on opinion; back them up with references or personal experience.


                                                    To learn more, see our tips on writing great answers.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f276787%2fqgis-3-0-error-when-start-in-macos-high-sierra%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    Post as a guest















                                                    Required, but never shown





















































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown

































                                                    Required, but never shown














                                                    Required, but never shown












                                                    Required, but never shown







                                                    Required, but never shown







                                                    Popular posts from this blog

                                                    (145452) 2005 RN43 Классификация | Примечания | Ссылки |...

                                                    Щит и меч (фильм) Содержание Названия серий | Сюжет |...

                                                    Энтрерриос (город) Содержание История | Географическое...