Skip to content

Python wheels.

Pre-release
Pre-release
Compare
Choose a tag to compare
@JamesParrott JamesParrott released this 02 Jul 11:08
a7db8c3

None of these releases contain R. On Windows, pip can install the same R Portable (v3.2.3) as in the main stream sDNA if given the optional R dependency:

pipx install sdna_plus[learn,R]

On Linux, R (plus optparse and Car) must be accessible in the host environment. E.g. to install these dependencies on Ubuntu:

sudo apt-get update
sudo apt-get install -y r-cran-optparse r-cran-sjstats
pipx install sdna_plus[learn]

The sdists have been removed, to prevent users of pip accidentally creating an unsupported build. If the source code is required, refer to this repo.