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 #18

Closed
antonst opened this issue Mar 18, 2015 · 3 comments
Closed

ValueError: too many values to unpack #18

antonst opened this issue Mar 18, 2015 · 3 comments

Comments

@antonst
Copy link
Contributor

antonst commented Mar 18, 2015

I cannot run RepEx: I re-checked out everything and rebuilt them. The error message is below:

Taisung

sh launcher_amber_2d.sh

/usr/people/taisung/myenv/lib/python2.7/site-packages/pkg_resources.py:1045: UserWarning: /usr/people/taisung/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).

warnings.warn(msg, UserWarning)

Traceback (most recent call last):

File "launch_simulation_pattern_b_amber_2d.py", line 13, in

import radical.pilot

File "/usr/people/taisung/myenv/lib/python2.7/site-packages/radical.pilot-0.23-py2.7.egg/radical/pilot/init.py", line 25, in

from url import Url

File "/usr/people/taisung/myenv/lib/python2.7/site-packages/radical.pilot-0.23-py2.7.egg/radical/pilot/url.py", line 14, in

from saga import Url as sagaURL

File "/usr/people/taisung/myenv/lib/python2.7/site-packages/saga_python-0.26-py2.7.egg/saga/init.py", line 46, in

version, version_detail, version_branch = ru.get_version ([root, pwd])

ValueError: too many values to unpack

@antonst antonst closed this as completed Mar 25, 2015
@jhonsen
Copy link

jhonsen commented Apr 2, 2015

Is there a solution to this? I'm having the same problem

@andre-merzky
Copy link
Member

Hi,

it seems you are mixing release and development versions somewhere, or devel and master branches.

In general, the following three packages should come either all from devel branches, or all from master/releases/pypi: radical.pilot, radical.utils, saga-python.

@jhonsen
Copy link

jhonsen commented Apr 28, 2015

got it thank you

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

3 participants