Summary: | lang/python36: All python packages fail to run the internal sqlite3 module: ImportError: No module named '_sqlite3' | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> |
Component: | Individual Port(s) | Assignee: | freebsd-python (Nobody) <python> |
Status: | Closed Works As Intended | ||
Severity: | Affects Only Me | CC: | lapo |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(python) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Yuri Victorovich
2018-08-14 00:48:55 UTC
The sqlite (like the gdbm, bsddb and tkinter modules) that depend on external/third-party libraries are separated into their own ports. lang/python* ports include a pkg-message to this effect, including instructions on how/where to get them. ------------- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter ------------- |