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
I'm trying to instantiate a Session object, but I get the following error:
Traceback (most recent call last):
File "../rad_analytics_test.py", line 18, in <module>
session = ra.Session(sid, 'radical.pilot', src=src)
File "/home/mingtha/ve/ve.exec_model_exp_devel/local/lib/python2.7/site-packages/radical/analytics/session.py", line 40, in __init__
= rp.utils.get_session_profile (sid=sid, src=self._src)
ValueError: too many values to unpack
It seems like there is something up with radical.utils.
Ming - sorry for the late reply, I forgot to update the ticket :( Could you please give the RP branch fix/analytics_utils a try? If that does not work, please make a set of profiles + json available.
I'm trying to instantiate a
Session
object, but I get the following error:It seems like there is something up with
radical.utils
.My
radical-stack
The text was updated successfully, but these errors were encountered: