[tor-bugs] #24173 [Core Tor/Nyx]: nyx-2.0.4: setup.py doesn't list sqlite3 as a dependency

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Nov 12 22:43:51 UTC 2017


#24173: nyx-2.0.4: setup.py doesn't list sqlite3 as a dependency
--------------------------+--------------------------
 Reporter:  yurivict271   |          Owner:  (none)
     Type:  defect        |         Status:  reopened
 Priority:  Medium        |      Milestone:
Component:  Core Tor/Nyx  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+--------------------------

Comment (by atagar):

 Uggg, just gave this a try but by default pysqlite installation fails
 with...

 {{{
 In file included from src/module.c:24:0:
 src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory
 compilation terminated.
 error: Setup script exited with error: command 'x86_64-linux-gnu-gcc'
 failed with exit status 1
 }}}

 Installing pysqlite requires other packages, for instance on Ubuntu...

 {{{
 sudo apt-get install sqlite3 libsqlite3-dev
 }}}

 https://stackoverflow.com/questions/32083494/error-installing-python-
 pyzipcode

 This is actually a crappier error output than what we presently have
 (allow users to install, but then give an OS specific message on how to
 install sqlite3).

 How would you care to proceed?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24173#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list