<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">So that worked:<div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Processing /Library/Frameworks/GDAL.framework/Versions/2.2/Resources/GDAL-2.2.4-cp36-none-macosx_10_6_intel.whl</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Installing collected packages: GDAL</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Successfully installed GDAL-2.2.4</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures;" class="">I’m getting different errors when opening QGIS now, I’m assuming due to not having run pip install for all of the various bits.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><div style="margin: 0px;" class=""><!--StartFragment--><span style=" font-weight:600; color:#ff0000;" class="">Couldn't load plugin 'processing'</span> <br class=""></div><p style="margin: 14px 0px 12px;" class=""><span style=" font-size:large; font-weight:600;" class="">ModuleNotFoundError: No module named 'psycopg2.extensions' </span></p>
<pre style="margin-top: 12px; margin-bottom: 12px;" class=""><span style=" font-family:'Monaco';" class="">Traceback (most recent call last):<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 311, in loadPlugin<br class="">    __import__(packageName)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 29, in <br class="">    from processing.tools.general import *              # NOQA<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 39, in <br class="">    from processing.core.Processing import Processing<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 57, in <br class="">    from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider  # NOQA<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 68, in <br class="">    from .FieldsCalculator import FieldsCalculator<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/FieldsCalculator.py", line 45, in <br class="">    from .ui.FieldsCalculatorDialog import FieldsCalculatorDialog<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ui/FieldsCalculatorDialog.py", line 52, in <br class="">    from processing.gui.PostgisTableSelector import PostgisTableSelector<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/gui/PostgisTableSelector.py", line 34, in <br class="">    from processing.tools.postgis import GeoDB<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/processing/tools/postgis.py", line 29, in <br class="">    import psycopg2.extensions  # For isolation levels<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">ModuleNotFoundError: No module named 'psycopg2.extensions'<br class=""></span></pre><div style="margin: 0px;" class=""><br class=""><span style=" font-weight:600;" class="">Python version:</span> 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] <br class=""><span style=" font-weight:600;" class="">QGIS version:</span> 3.0.2-Girona Girona, exported <br class=""></div><p style="margin: 12px 0px;" class=""><span style=" font-size:medium; font-weight:600;" class="">Python Path:</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;" class=""><li style="margin: 12px 0px 0px;" class="">/Applications/QGIS3.app/Contents/MacOS/../Resources/python</li>
<li style="margin: 0px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python</li>
<li style="margin: 0px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins</li>
<li style="margin: 0px;" class="">/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages</li>
<li style="margin: 0px 0px 12px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python<!--EndFragment--></li></ul><div class=""><div style="margin: 0px;" class=""><!--StartFragment--><span style=" font-weight:600; color:#ff0000;" class="">Couldn't load plugin 'MetaSearch' due to an error when calling its classFactory() method</span> <br class=""></div><p style="margin: 14px 0px 12px;" class=""><span style=" font-size:large; font-weight:600;" class="">ModuleNotFoundError: No module named 'owslib.csw' </span></p>
<pre style="margin-top: 12px; margin-bottom: 12px;" class=""><span style=" font-family:'Monaco';" class="">Traceback (most recent call last):<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 336, in startPlugin<br class="">    plugins[packageName] = package.classFactory(iface)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/__init__.py", line 29, in classFactory<br class="">    from MetaSearch.plugin import MetaSearchPlugin<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/plugin.py", line 34, in <br class="">    from MetaSearch.dialogs.maindialog import MetaSearchDialog<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins/MetaSearch/dialogs/maindialog.py", line 46, in <br class="">    from owslib.csw import CatalogueServiceWeb # spellok<br class="">  File "/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 664, in _import<br class="">    mod = _builtin_import(name, globals, locals, fromlist, level)<br class="">ModuleNotFoundError: No module named 'owslib.csw'<br class=""></span></pre><div style="margin: 0px;" class=""><br class=""><span style=" font-weight:600;" class="">Python version:</span> 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] <br class=""><span style=" font-weight:600;" class="">QGIS version:</span> 3.0.2-Girona Girona, exported <br class=""></div><p style="margin: 12px 0px;" class=""><span style=" font-size:medium; font-weight:600;" class="">Python Path:</span></p>
<ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;" class=""><li style="margin: 12px 0px 0px;" class="">/Applications/QGIS3.app/Contents/MacOS/../Resources/python</li>
<li style="margin: 0px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python</li>
<li style="margin: 0px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins</li>
<li style="margin: 0px;" class="">/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload</li>
<li style="margin: 0px;" class="">/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages</li>
<li style="margin: 0px 0px 12px;" class="">/Users/goatsweater/Library/Application Support/QGIS/QGIS3/profiles/default/python<!--EndFragment--></li></ul><div class=""><br class=""></div></div></span></div><div><br class=""><blockquote type="cite" class=""><div class="">On May 22, 2018, at 9:31 PM, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com" class="">woklist@kyngchaos.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class=""><span class="Apple-converted-space"> </span></span></div></blockquote></div><br class=""></div></body></html>