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
I successfully followed along with the turorial.
then when trying to add some more requirements I got the error
'ERROR BuildSystemError: No build system is associated with the path C:\Users\hanne\MLagents'
it was not clear to me why the command 'rez build --install' stopped working when it was working before
turned out it was because i had invalid requirements in the package file. ( forgot a , )
would it be possible to update the error thrown to tell the user the package file is bad?
The text was updated successfully, but these errors were encountered:
I wholeheartedly agree. Rez is notorious for it's error messages. It's unfortunately a little out of scope for Allzpark however, so your options are to either implement it in bleeding-rez or ping the guys at https://github.com/nerdvegas/rez/issues for an improvement.
I successfully followed along with the turorial.
then when trying to add some more requirements I got the error
'ERROR BuildSystemError: No build system is associated with the path C:\Users\hanne\MLagents'
it was not clear to me why the command 'rez build --install' stopped working when it was working before
turned out it was because i had invalid requirements in the package file. ( forgot a , )
would it be possible to update the error thrown to tell the user the package file is bad?
The text was updated successfully, but these errors were encountered: