Studio not working, PluginMissingError: discussion

Hello,

Can someone help me with the below error which I’m encountering for my studio.

Below are the logs

component_class = _load_mixed_class(category)
File “/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py”, line 89, in _load_mixed_class
component_class = XBlock.load_class(category, select=settings.XBLOCK_SELECT_FUNCTION)
File “/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py”, line 114, in load_class
selected_entry_point = select(identifier, all_entry_points)
File “/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/init.py”, line 1435, in prefer_xmodules
return default_select(identifier, entry_points)
File “/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py”, line 40, in default_select
raise PluginMissingError(identifier)
PluginMissingError: discussion

@rohit, which release are you using? As far as I know, Python 2.7 is not supported since Juniper.