<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><div><br></div><div style="font-size:100%;color:#000000"><!-- originalMessage --><div>-------- Original message --------</div><div>From: qgis-user-request@lists.osgeo.org </div><div>Date: 2019-03-10  13:00  (GMT-06:00) </div><div>To: qgis-user@lists.osgeo.org </div><div>Subject: Qgis-user Digest, Vol 157, Issue 20 </div><div><br></div></div>Send Qgis-user mailing list submissions to<br>   qgis-user@lists.osgeo.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>        https://lists.osgeo.org/mailman/listinfo/qgis-user<br>or, via email, send a message with subject or body 'help' to<br>      qgis-user-request@lists.osgeo.org<br><br>You can reach the person managing the list at<br>    qgis-user-owner@lists.osgeo.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Qgis-user digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3<br>      (William Kyngesburye)<br>   2. Problem exporting layer to GeoPkg (qgis-user@stripfamily.net)<br>   3. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3<br>      (Saber Razmjooei)<br>   4. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3 (kspencer)<br>   5. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3<br>      (William Kyngesburye)<br>   6. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3 (kspencer)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Sat, 9 Mar 2019 17:22:55 -0600<br>From: William Kyngesburye <woklist@kyngchaos.com><br>To: kspencer <karl.c.spencer@gmail.com><br>Cc: qgis-user@lists.osgeo.org<br>Subject: Re: [Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac<br>    10.14.3<br>Message-ID: <F8193E04-095D-4F41-BE34-EC4FE001BD3F@kyngchaos.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Oh bugger.  I'm uploading a new installer, it should be on the QGIS download page tomorrow.<br><br>> On Mar 9, 2019, at 12:56 PM, kspencer <karl.c.spencer@gmail.com> wrote:<br>> <br>> Hello folks,<br>> <br>> I'm a QGIS newb trying to install QGIS on my Mac.  Any help would be greatly<br>> appreciated. Got this error when trying to run QGIS for the first time:<br>> <br>> Couldn't load plugin 'processing' <br>> <br>> ImportError:<br>> dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so,<br>> 2): Library not loaded:<br>> /Library/Frameworks/SQLite3.framework/Versions/D/SQLite3   Referenced from:<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so  <br>> Reason: image not found <br>> Traceback (most recent call last):<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 309, in loadPlugin<br>>    __import__(packageName)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py",<br>> line 29, in <br>>    from processing.tools.general import *              # NOQA<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py",<br>> line 39, in <br>>    from processing.core.Processing import Processing<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",<br>> line 58, in <br>>    from processing.algs.qgis.QgisAlgorithmProvider import<br>> QgisAlgorithmProvider  # NOQA<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py",<br>> line 83, in <br>>    from .ImportIntoSpatialite import ImportIntoSpatialite<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ImportIntoSpatialite.py",<br>> line 42, in <br>>    from processing.tools import spatialite<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/spatialite.py",<br>> line 29, in <br>>    import sqlite3 as sqlite<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/__init__.py",<br>> line 23, in <br>>    from sqlite3.dbapi2 import *<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>>  File<br>> "/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/dbapi2.py",<br>> line 27, in <br>>    from sqlite3._sqlite3 import *<br>>  File<br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>    mod = _builtin_import(name, globals, locals, fromlist, level)<br>> ImportError:<br>> dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so,<br>> 2): Library not loaded:<br>> /Library/Frameworks/SQLite3.framework/Versions/D/SQLite3<br>>  Referenced from:<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so<br>>  Reason: image not found<br>> <br>> <br>> Python version: 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 03:02:14) [GCC 4.2.1<br>> Compatible Apple LLVM 6.0 (clang-600.0.57)] <br>> QGIS version: 3.6.0-Noosa Noosa, exported <br>> <br>> Python Path:<br>> /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python<br>> /Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python<br>> /Users/karl/Library/Application<br>> Support/QGIS/QGIS3/profiles/default/python/plugins<br>> /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages<br>> /Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python<br>> <br>> <br>> <br>> --<br>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html<br>> _______________________________________________<br>> Qgis-user mailing list<br>> Qgis-user@lists.osgeo.org<br>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user<br><br>-----<br>William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br>http://www.kyngchaos.com/<br><br>"History is an illusion caused by the passage of time, and time is an illusion caused by the passage of history."<br><br>- Hitchhiker's Guide to the Galaxy<br><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20190309/dc0b056a/attachment-0001.html><br><br>------------------------------<br><br>Message: 2<br>Date: Sat, 9 Mar 2019 22:07:15 -0700<br>From: qgis-user@stripfamily.net<br>To: qgis-user <qgis-user@lists.osgeo.org><br>Subject: [Qgis-user] Problem exporting layer to GeoPkg<br>Message-ID: <8f81ef46-44d6-92c1-217d-ab6e7f5083f2@stripfamily.net><br>Content-Type: text/plain; charset=utf-8<br><br>I have a layer that I exported to a GeoPkg. In the export dialog I set<br>the CRS to USA_Contiguous_Albers ...<br>But when I examine the layer in the GeoPkg, it has no CRS.<br>I then tried exporting to a shapefile, then importing the shapefile into<br>the GeoPkg, but this fails because the FID in the shapefile has the<br>wrong type (double). I checked the export parameters and it was exported<br>as  Integer64, but when it's opened the type shows as double.<br>How do I get this layer into my geopkg?<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Sun, 10 Mar 2019 06:33:37 +0000<br>From: Saber Razmjooei <saber.razmjooei@lutraconsulting.co.uk><br>To: kspencer <karl.c.spencer@gmail.com><br>Cc: qgis-user <qgis-user@lists.osgeo.org><br>Subject: Re: [Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac<br>       10.14.3<br>Message-ID:<br>  <CAH=WbRDBkAJ2YC4V06PV2wH4QBVL_EsSUEffjMetwxYZiUsezQ@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>You can try this one-click installer:<br>https://lutraconsulting.github.io/qgis-mac-packager/<br><br>Regards<br>Saber<br><br>On Sat, 9 Mar 2019, 18:56 kspencer, <karl.c.spencer@gmail.com> wrote:<br><br>> Hello folks,<br>><br>> I'm a QGIS newb trying to install QGIS on my Mac.  Any help would be<br>> greatly<br>> appreciated. Got this error when trying to run QGIS for the first time:<br>><br>> Couldn't load plugin 'processing'<br>><br>> ImportError:<br>><br>> dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_<br>> sqlite3.cpython-36m-darwin.so,<br>> 2): Library not loaded:<br>> /Library/Frameworks/SQLite3.framework/Versions/D/SQLite3   Referenced from:<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_<br>> sqlite3.cpython-36m-darwin.so<br>> Reason: image not found<br>> Traceback (most recent call last):<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 309, in loadPlugin<br>>     __import__(packageName)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py",<br>> line 29, in<br>>     from processing.tools.general import *              # NOQA<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py",<br>> line 39, in<br>>     from processing.core.Processing import Processing<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",<br>> line 58, in<br>>     from processing.algs.qgis.QgisAlgorithmProvider import<br>> QgisAlgorithmProvider  # NOQA<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py",<br>> line 83, in<br>>     from .ImportIntoSpatialite import ImportIntoSpatialite<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ImportIntoSpatialite.py",<br>> line 42, in<br>>     from processing.tools import spatialite<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/spatialite.py",<br>> line 29, in<br>>     import sqlite3 as sqlite<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/__init__.py",<br>> line 23, in<br>>     from sqlite3.dbapi2 import *<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>>   File<br>><br>> "/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/dbapi2.py",<br>> line 27, in<br>>     from sqlite3._sqlite3 import *<br>>   File<br>><br>> "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",<br>> line 672, in _import<br>>     mod = _builtin_import(name, globals, locals, fromlist, level)<br>> ImportError:<br>><br>> dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_<br>> sqlite3.cpython-36m-darwin.so,<br>> 2): Library not loaded:<br>> /Library/Frameworks/SQLite3.framework/Versions/D/SQLite3<br>>   Referenced from:<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_<br>> sqlite3.cpython-36m-darwin.so<br>>   Reason: image not found<br>><br>><br>> Python version: 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 03:02:14) [GCC 4.2.1<br>> Compatible Apple LLVM 6.0 (clang-600.0.57)]<br>> QGIS version: 3.6.0-Noosa Noosa, exported<br>><br>> Python Path:<br>> /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python<br>> /Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python<br>> /Users/karl/Library/Application<br>> Support/QGIS/QGIS3/profiles/default/python/plugins<br>> /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins<br>> /Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6<br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload<br>><br>> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages<br>> /Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python<br>><br>><br>><br>> --<br>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html<br>> _______________________________________________<br>> Qgis-user mailing list<br>> Qgis-user@lists.osgeo.org<br>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20190310/86f7af98/attachment-0001.html><br><br>------------------------------<br><br>Message: 4<br>Date: Sun, 10 Mar 2019 06:30:35 -0700 (MST)<br>From: kspencer <karl.c.spencer@gmail.com><br>To: qgis-user@lists.osgeo.org<br>Subject: Re: [Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac<br>    10.14.3<br>Message-ID: <1552224635723-0.post@n6.nabble.com><br>Content-Type: text/plain; charset=us-ascii<br><br>Thank you William.  Much appreciated. Let me know when it's up and I'll try<br>anew.<br><br>Cheers,<br><br>K<br><br><br><br>--<br>Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html<br><br><br>------------------------------<br><br>Message: 5<br>Date: Sun, 10 Mar 2019 10:03:59 -0500<br>From: William Kyngesburye <woklist@kyngchaos.com><br>To: kspencer <karl.c.spencer@gmail.com><br>Cc: qgis-user@lists.osgeo.org<br>Subject: Re: [Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac<br>     10.14.3<br>Message-ID: <19EE71E3-14D7-4F2C-A448-3C9129F69D1F@kyngchaos.com><br>Content-Type: text/plain; charset="utf-8"<br><br>It's available now.<br><br>> On Mar 10, 2019, at 8:30 AM, kspencer <karl.c.spencer@gmail.com> wrote:<br>> <br>> Thank you William.  Much appreciated. Let me know when it's up and I'll try<br>> anew.<br>> <br>> Cheers,<br>> <br>> K<br>> <br>> <br>> <br>> --<br>> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html<br>> _______________________________________________<br>> Qgis-user mailing list<br>> Qgis-user@lists.osgeo.org<br>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user<br><br>-----<br>William Kyngesburye <kyngchaos*at*kyngchaos*dot*com><br>http://www.kyngchaos.com/<br><br>"Time is an illusion - lunchtime doubly so."<br><br>- Ford Prefect<br><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20190310/6139e302/attachment-0001.html><br><br>------------------------------<br><br>Message: 6<br>Date: Sun, 10 Mar 2019 09:57:50 -0700 (MST)<br>From: kspencer <karl.c.spencer@gmail.com><br>To: qgis-user@lists.osgeo.org<br>Subject: Re: [Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac<br>        10.14.3<br>Message-ID: <1552237070321-0.post@n6.nabble.com><br>Content-Type: text/plain; charset=us-ascii<br><br>Excellent!  Thanks William.  Works like a charm.<br><br>Cheers,<br><br>K<br><br><br><br>--<br>Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html<br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Qgis-user mailing list<br>Qgis-user@lists.osgeo.org<br>List info: https://lists.osgeo.org/mailman/listinfo/qgis-user<br>Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user<br><br>------------------------------<br><br>End of Qgis-user Digest, Vol 157, Issue 20<br>******************************************<br></body></html>