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

Getting KeyError in pkg-dependency-graph #7

Open
probonopd opened this issue Dec 28, 2020 · 0 comments
Open

Getting KeyError in pkg-dependency-graph #7

probonopd opened this issue Dec 28, 2020 · 0 comments

Comments

@probonopd
Copy link

Hello @adriaandegroot, thanks for this very useful tool. However I am getting no graph but this error, do you have an idea what might be causing this and how to resolve it?

FreeBSD: /home/user% python3.7 pkg-dependency-graph.py 
Traceback (most recent call last):
  File "pkg-dependency-graph.py", line 129, in <module>
    dependency_graph = normalize_deps(collect_pkg())
  File "pkg-dependency-graph.py", line 65, in normalize_deps
    second_deps.update(set(deps[k]))
KeyError: 'lang/perl5.32'
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

1 participant