0

I want to install xblock sdk and followed this tutorial

Xblock installation

But, now I am facing PluginMissingError due to vertical_demo. Any pointers appreciated.

ARKhan
  • 1,724
  • 22
  • 30

1 Answers1

0

Exploring the cause of this problem, I have came to discussion and found the solution on Google groups that solves my problem. Here is the link: xblock pluginmissingerror

It says that you need to run make install command in xblock-sdk directory.

ARKhan
  • 1,724
  • 22
  • 30
  • Than you, it works. Also if you have issues with running on python3, apply changes from that commit https://github.com/ffedoroff/xblock-sdk/commit/d6bae00bde20be85646fb7dcb359d32d4f81fb99 – rfedorov Jun 03 '20 at 08:48