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

AttributeError: 'NoneType' object has no attribute 'conflicts_with' when rez-env a package #1150

Closed
frankchen211 opened this issue Nov 9, 2021 · 1 comment · Fixed by #1173

Comments

@frankchen211
Copy link

File "/mnt/pipeline/thirdparty/linux/rez/2.97.0/lib/python3.8/site-packages/rez/solver.py", line 2270, in get_fail_graph
return phase.get_graph()
File "/mnt/pipeline/thirdparty/linux/rez/2.97.0/lib/python3.8/site-packages/rez/solver.py", line 1748, in get_graph
and scope_r.conflicts_with(conflicting_request):
AttributeError: 'NoneType' object has no attribute 'conflicts_with'

@nerdvegas
Copy link
Contributor

nerdvegas commented Nov 11, 2021 via email

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

Successfully merging a pull request may close this issue.

2 participants