Ubuntu¶
Supported Platforms¶
Currently we test rockset
on Python 3.5+ on these operating systems regularly.
Ubuntu 16.04: xenial x86_64
Ubuntu 14.04: trusty x86_64
Note
If you need support for a new platform, please email support@rockset.com
Installing Dependencies¶
rockset
depends on the cryptography
package which depends on OpenSSL (libssl-dev
) and libffi-dev
.
The following command will ensure that all required dependencies are installed.
sudo apt-get install libffi-dev libssl-dev python3-dev python3-pip