Skip to content

Support for Juniper (juniper.master) #76

@arafay993

Description

@arafay993

I am trying to install Rocket chat Xblock on Juniper version. But I am facing following error:

2020-09-14 11:18:35,374 WARNING 6231 [xblock.plugin] [user None] plugin.py:147 - Unable to load XBlock 'rocketc'
Traceback (most recent call last):
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/xblock/plugin.py", line 144, in load_classes
    yield (class_.name, cls._load_class_entry_point(class_))
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/xblock/plugin.py", line 73, in _load_class_entry_point
    class_ = entry_point.load()
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2447, in load
    return self.resolve()
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2453, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/edx/app/edxapp/venvs/edxapp/src/rocketc-xblock/rocketc/__init__.py", line 2, in <module>
    from .rocketc import RocketChatXBlock
  File "/edx/app/edxapp/venvs/edxapp/src/rocketc-xblock/rocketc/rocketc.py", line 289
    except KeyError, xblock_settings_error:
                   ^
SyntaxError: invalid syntax

It seems it is not compatible with Python 3.5. Is the community working on its upgrade ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions