-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I tried to run gofed-cli on this repo - https://github.com/munnerz/kube-plex.
But I am getting error as:
ssamal@localhost ~/redhat $ gofedlib-cli --dependencies-main --dependencies-packages kube-plex
Traceback (most recent call last):
File "/usr/bin/gofedlib-cli", line 114, in <module>
result.update(get_dependencies(project_packages(args.path, skip_errors=args.skip_errors), selection))
File "/usr/bin/gofedlib-cli", line 59, in get_dependencies
dependencies[key] = ippaths2providers(dependencies[key])
File "/usr/bin/gofedlib-cli", line 32, in ippaths2providers
result.append(project_provider.parse(prefix).prefix())
File "/usr/lib/python2.7/site-packages/gofedlib/providers/upstreamprovider.py", line 39, in parse
info = self._parsePrefix(url)
File "/usr/lib/python2.7/site-packages/gofedlib/providers/upstreamprovider.py", line 81, in _parsePrefix
raise UnsupportedImportPathError("Import path %s not supported" % url)
lib.types.UnsupportedImportPathError: Import path k8s.io/api not supported
I followed the steps mentioned here, Installed it from the master branch but it didn't work.
Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels