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

[GROOVY-12.04-ARM-VPN] ValueError: need more than 2 values to unpack #224

Closed
amrivera opened this issue Feb 15, 2013 · 1 comment
Closed

Comments

@amrivera
Copy link

I am running Ubuntu Precise 12.04 | Groovy | armvl7 through VPN

I was having issues as it was not detecting my my OS. If I manually typed lsb_release -si, it would say Ubuntu, but running the command to roslaunch a file it would say that it could not detect the OS. I then found newer os_detect.py (revision 14723) that would supposedly fix the issue. After changing to the newer revision 14723, I am now having the following error. Please advice.

root@localhost:~/ros_ws# rosdep install -y -a --os=ubuntu:precise

ERROR: Rosdep experienced an internal error: need more than 2 values to unpack
Please go to the rosdep page [1] and file a bug report with the stack trace below.
[1] : http://www.ros.org/wiki/rosdep

Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/rosdep2/main.py", line 116, in rosdep_main
exit_code = _rosdep_main(args)
File "/usr/lib/pymodules/python2.7/rosdep2/main.py", line 257, in _rosdep_main
return _package_args_handler(command, parser, options, args)
File "/usr/lib/pymodules/python2.7/rosdep2/main.py", line 341, in _package_args_handler
return command_handlers[command](lookup, packages, options)
File "/usr/lib/pymodules/python2.7/rosdep2/main.py", line 503, in command_install
uninstalled, errors = installer.get_uninstalled(packages, implicit=options.recursive, verbose=options.verbose)
File "/usr/lib/pymodules/python2.7/rosdep2/installers.py", line 401, in get_uninstalled
resolutions, errors = self.lookup.resolve_all(resources, installer_context, implicit=implicit)
File "/usr/lib/pymodules/python2.7/rosdep2/lookup.py", line 364, in resolve_all
rosdep_keys = self.get_rosdeps(resource_name, implicit=implicit)
File "/usr/lib/pymodules/python2.7/rosdep2/lookup.py", line 286, in get_rosdeps
return self.loader.get_rosdeps(resource_name, implicit=implicit)
File "/usr/lib/pymodules/python2.7/rosdep2/rospkg_loader.py", line 135, in get_rosdeps
return self._rospack.get_rosdeps(resource_name, implicit=implicit)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 298, in get_rosdeps
return self._implicit_rosdeps(package)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 318, in _implicit_rosdeps
packages = self.get_depends(package, implicit=True)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 201, in get_depends
s.update(self.get_depends(p, implicit))
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 195, in get_depends
names = [p.name for p in self.get_manifest(name).depends]
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 133, in get_manifest
return self._load_manifest(name)
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 172, in _load_manifest
retval = self._manifests[name] = parse_manifest_file(self.get_path(name), self._manifest_name)
File "/usr/lib/pymodules/python2.7/rospkg/manifest.py", line 376, in parse_manifest_file
_static_rosdep_view = init_rospack_interface()
File "/usr/lib/pymodules/python2.7/rosdep2/rospack.py", line 55, in init_rospack_interface
lookup = _get_default_RosdepLookup(Options())
File "/usr/lib/pymodules/python2.7/rosdep2/main.py", line 107, in _get_default_RosdepLookup
verbose=options.verbose)
File "/usr/lib/pymodules/python2.7/rosdep2/sources_list.py", line 497, in create_default
matcher = DataSourceMatcher.create_default(os_override=os_override)
File "/usr/lib/pymodules/python2.7/rosdep2/sources_list.py", line 229, in create_default
os_name, os_version, os_codename = os_detect.detect_os()
ValueError: need more than 2 values to unpack

@tfoote
Copy link
Member

tfoote commented Feb 15, 2013

Thanks for the report. This is a duplicate of #51

@tfoote tfoote closed this as completed Feb 15, 2013
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

2 participants