-
Notifications
You must be signed in to change notification settings - Fork 3k
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
2020 resolver runtime bug: get_topological_weights sanity checks fail #8959
Comments
Hi, thanks for filing this issue. I don't think anything can be done here without information about what the graph looks like here. Please share the contents of the graph -- output of |
okay so I did print the graph and weights, here is what I found: >>> graph._forwards["zope-interface"]
{'<Python from Requires-Python>'}
>>> graph._backwards["zope-interface"]
set() hope these are helpful. Let me know if you want to know more information! |
No, it's not. I can't figure out what's wrong without the entire graph. Could you please sanitize the names of the packages and share the graph? |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
I have a minimal reproduction that results in the same error in #9155. |
#9031 was where this was discussed at length and fixed. |
What did you want to do?
Due to some corporate packages included. So I cannot list the requirements here. sorry about that
Output
Additional information
I checked that:
len(weights)
is 50 andlen(graph)
is 51The text was updated successfully, but these errors were encountered: