You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround
Moving the import statement from rez.packages import iter_packages from rez/package_order.py#L13 to rez/package_order.py#L520 solves the issue. However this being a clean solution remain to be looked at.
The text was updated successfully, but these errors were encountered:
Environment
To Reproduce
package.py
as recommended in the doc (link) :Expected behavior
Rez should work correctly, for example with a
rez-config --source-list
Actual behavior
Rez commands raise errors due to apparent circular dependency. Return of a
rez-config --source-list
call : error_log.txtRelated Issues/PRs
Regression
Not known
Workaround
Moving the import statement
from rez.packages import iter_packages
from rez/package_order.py#L13 to rez/package_order.py#L520 solves the issue. However this being a clean solution remain to be looked at.The text was updated successfully, but these errors were encountered: