We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to install Rocket chat Xblock on Juniper version. But I am facing following error:
It seems it is not compatible with Python 3.5. Is the community working on its upgrade ?
The text was updated successfully, but these errors were encountered: