<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Is there an "osgeo" folder in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages ?<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 3, 2018, at 10:03 AM, Adam Dershowitz <<a href="mailto:dersh@alum.mit.edu" class="">dersh@alum.mit.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks.<div class="">I just tried to install gdal, then reran qgis3 and got the same errors, so that didn’t help.<br class=""><div class="">
<div class=""><br class="khtml-block-placeholder"></div><div class="">--Adam</div><div class=""><br class="khtml-block-placeholder"></div><div class=""><br class="khtml-block-placeholder"></div>

</div>
<div class=""><br class=""><blockquote type="cite" class=""><div class="">On May 3, 2018, at 10:56 AM, William Kyngesburye <<a href="mailto:woklist@kyngchaos.com" class="">woklist@kyngchaos.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You must make sure that that python 3 is installed before installing GDAL Complete.  Reinstall GDAL and it should work.<div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On May 3, 2018, at 9:53 AM, Adam Dershowitz <<a href="mailto:dersh@alum.mit.edu" class="">dersh@alum.mit.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I downloaded the mac qgis3 binary.  I also installed the official python 3.6.  Whenever I first launch qgis I get a series of errors that pop up and look like this:<div class=""><br class=""></div><div style="margin: 0px;" class=""><!--StartFragment--><span style=" font-weight:600; color:#ff0000;" class="">Couldn't load plugin 'FreehandRasterGeoreferencer' 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 'osgeo' </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 "/Users/adershowitz/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/__init__.py", line 24, in classFactory<br class="">    from .freehandrastergeoreferencer import FreehandRasterGeoreferencer<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 "/Users/adershowitz/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer.py", line 20, in <br class="">    from .freehandrastergeoreferencer_layer import (<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 "/Users/adershowitz/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/FreehandRasterGeoreferencer/freehandrastergeoreferencer_layer.py", line 16, in <br class="">    from osgeo import gdal<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 'osgeo'<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, 03:03:55) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] <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: inherit; 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/adershowitz/Library/Application Support/QGIS/QGIS3/profiles/default/python</li>
<li style="margin: 0px;" class="">/Users/adershowitz/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/adershowitz/Library/Application Support/QGIS/QGIS3/profiles/default/python<!--EndFragment--></li></ul><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Then three more:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px;" class=""><!--StartFragment--><span style=" font-weight:600; color:#ff0000;" class="">Couldn't load plugin 'profiletool' 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 'numpy' </span></p>
<pre style="margin-top: 12px; margin-bottom: 12px; font-family: Monaco;" class=""><br class=""><!--EndFragment--></pre><div 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' </span><!--EndFragment--></p></div></div><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' </span><!--EndFragment--></p></div><div class=""> <br class=""><div class="">
<div class="">Is there something that is missing.  I had tried to use the macports version of qgis3, and didn’t see these errors (although I did get other errors).  Then, once I close each dialog box, it opens and works.  But, the vector and raster menus don’t show many entries (while they did with the macports version). </div><div class="">When I installed python 3.6, I only installed the framework.  I didn’t include the optional installs such as:  GUI applications, command line tools, documentation, shell profile updater, or pip.    Could that be causing the problem?  If not, is there something else about plugins that I have to fix?</div><div class=""><br class=""></div><div class="">--Adam</div><div class=""><br class="khtml-block-placeholder"></div><div class=""><br class="khtml-block-placeholder"></div>

</div>
<br class=""></div></div>_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br class="">Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" class="">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></div></blockquote></div><br class=""><div class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">-----</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a></div><div style="font-size: 14px; orphans: 2; widows: 2;" class=""><br class="khtml-block-placeholder"></div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class="">"We can die but once, and that once we must die.  To be always fearing, then, would not avert it, and would make life miserable."</div><div style="font-size: 14px; orphans: 2; widows: 2; margin: 0px;" class=""><br class="khtml-block-placeholder"></div><span style="font-size: 14px; orphans: 2; widows: 2;" class="">- Tarzan, on death</span></div>
</div>

<br class=""></div></div></div></blockquote></div><br class=""></div></div>_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br class="">Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user</div></blockquote></div><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div class="">-----</div><div class="">William Kyngesburye <kyngchaos*at*kyngchaos*dot*com></div><div class=""><a href="http://www.kyngchaos.com/" class="">http://www.kyngchaos.com/</a></div><div class=""><br class=""></div><div class="">All generalizations are dangerous, even this one.</div><br class="Apple-interchange-newline"></span></span>
</div>

<br class=""></div></body></html>