Following your official guide: http://edx.readthedocs.io/projects/xblock-tutorial/en/latest/getting_started/create_first_xblock.html
But couldn't get past the: (venv) $ python xblock-sdk/manage.py runserver Here is my error: *PluginMissingError at /* vertical_demo *Request Method:* GET *Request URL:* http://127.0.0.1:8000/ *Django Version:* 1.11.10 *Exception Type:* PluginMissingError *Exception Value:* vertical_demo *Exception Location:* .venvs/edx/lib/python2.7/site-packages/xblock/plugin.py in default_select, line 40 *Python Executable:* .venvs/edx/bin/python *Python Version:* 2.7.14 *Python Path:* ['xblock_development/xblock-sdk', '.venvs/edx/lib/python27.zip', '.venvs/edx/lib/python2.7', '.venvs/edx/lib/python2.7/plat-darwin', '.venvs/edx/lib/python2.7/plat-mac', '.venvs/edx/lib/python2.7/plat-mac/lib-scriptpackages', '.venvs/edx/lib/python2.7/lib-tk', '.venvs/edx/lib/python2.7/lib-old', '.venvs/edx/lib/python2.7/lib-dynload', '/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/usr/local/Cellar/python/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '.venvs/edx/lib/python2.7/site-packages', 'xblock_development/cardinal_drag_drop', '.venvs/edx/src/acid-xblock'] *Server time:* Mon, 26 Feb 2018 21:57:15 -0500 Similar question to: https://groups.google.com/d/topic/edx-code/dp7MUYDwVgE To debug, I've tried installing all the edx-platform/requirements and all the xblock-sdk/requirements into this virtualenv. But to no avail. Any suggestions? -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/a33987cf-57f7-4113-95bd-55bf76245186%40googlegroups.com.
