Skip to content
Mark Walker edited this page Jul 14, 2017 · 1 revision

Welcome to the OctoPrint-PolarCloud wiki!

Platform specific notes

Since this plugin relies on some pip modules with native code in them, for platforms that don't have python wheel's available on PyPI, pip will need some build essentials and libraries to successfully build cryptography and Pillow.

Kamikaze 2.1

For the Kamikaze image for the BeagleBone Black, the following command line was sufficient to allow the plugin to install:

sudo apt install libffi-dev libssl-dev

Clone this wiki locally