#30964: macOS/SQLite test failure
-------------------------------------+-------------------------------------
     Reporter:  Johannes Hoppe       |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Carlton Gibson):

 Hey Joe:

 > Interestingly enough sqlite3.sqlite_version is still 3.28.0.

 You have to tell Python where to find your SQLite. The internet suggests
 LD_LIBRARY_PATH, but on macOS I find you have to set DYLD_LIBRARY_PATH:

 {{{
     export DYLD_LIBRARY_PATH=/opt/homebrew/Cellar/sqlite/3.28.1/lib
 }}}

 Simon has a variation on those instructions here: https://github.com/orf
 /django-docker-box/issues/25

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30964#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.07beaeab6c96f9e661085dfc9ea04f94%40djangoproject.com.

Reply via email to