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

ValueError: Too many values to unpack #32

Closed
mingtaiha opened this issue Mar 23, 2017 · 3 comments
Closed

ValueError: Too many values to unpack #32

mingtaiha opened this issue Mar 23, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@mingtaiha
Copy link

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.

My radical-stack

python            : 2.7.6
virtualenv        : /home/mingtha/ve/ve.exec_model_exp_devel
radical.utils     : v0.45-2-g82050c5@devel
saga-python       : split-4-gaa285ca4@devel
radical.pilot     : split-29-g16298d1f@fix-issue_1276
radical.analytics : v0.45@master
@andre-merzky andre-merzky self-assigned this Mar 27, 2017
@ibethune ibethune added this to the 0.46 milestone Mar 27, 2017
@andre-merzky
Copy link
Member

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.

Thanks!

@mingtaiha
Copy link
Author

I'm able to create a session and can run some of the radical.analytics examples. Thanks

@andre-merzky
Copy link
Member

Great, thanks for the ping back!

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

No branches or pull requests

3 participants