I solved this issue by commenting out the three Preflight checks in woot-library.php.
// if (!class_exists(‘TribeWooTickets’)) return;
// if (!class_exists(‘TribeEvents’) || -1 === version_compare(TribeEvents::VERSION, ‘3.1’)) return;
// if (!class_exists(‘WooCommerce’) || -1 === version_compare($woocommerce->version, ‘2.0.13’)) return;
After this the library was properly loaded.