Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Juniper (juniper.master) #76

Open
arafay993 opened this issue Sep 14, 2020 · 0 comments
Open

Support for Juniper (juniper.master) #76

arafay993 opened this issue Sep 14, 2020 · 0 comments

Comments

@arafay993
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant