You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting a remote kernel (as per you example) or even running rkscript manually always results in this error:
Traceback (most recent call last):
File "/root/.local/bin/rkscript", line 110, in <module>
create_messages()
File "/root/.local/bin/rkscript", line 103, in create_messages
config_messages_rel_path = config["config_messages_rel_path"]
File "/root/.local/lib/python2.7/site-packages/configobj.py", line 554, in __getitem__
val = dict.__getitem__(self, key)
KeyError: 'config_messages_rel_path'
Installed rk via pip-2.7 in a FreeBSD 10.3 jail
The text was updated successfully, but these errors were encountered:
Starting a remote kernel (as per you example) or even running
rkscript
manually always results in this error:Installed rk via pip-2.7 in a FreeBSD 10.3 jail
The text was updated successfully, but these errors were encountered: