Skip to content

Gofedcli fails while analyzing kube-plex project #25

@sunilk747

Description

@sunilk747

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions