Changes between Initial Version and Version 1 of Ticket #4693, comment 5
- Timestamp:
- May 28, 2021, 2:53:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4693, comment 5
initial v1 1 So yes, sqlite i tnot available in ChimeraX's Python on Linux since ChimeraX compiles its own version of Python. ChimeraX uses the binary distributions from Python.org Windows and macOS, so sqlite is available on those platforms.1 So yes, sqlite is not available in ChimeraX's Python on Linux since ChimeraX compiles its own version of Python. ChimeraX uses the binary distributions from Python.org Windows and macOS, so sqlite is available on those platforms. 2 2 3 3 I'll look into adding the sqlite3 development environment to our singularity build images. And add any needed package dependencies to the .deb and .rpm files. The .deb and .rpm files will not depend on the developer package (eg., it will be libsqlite3 not libsqlite3-dev) unless the built _sqlite3.so needs it.