deeplab2 icon indicating copy to clipboard operation
deeplab2 copied to clipboard

TypeError: RepeatedCompositeFieldContainer object does not support item assignment

Open XuaaanQWQ opened this issue 1 year ago • 0 comments

generally when I installing deeplab2, bash deeplab2/compile.sh, errors happen : TypeError: RepeatedCompositeFieldContainer object does not support item assignment

CHATGPT : To resolve this issue, you need to inspect the relevant parts of your code where attempts are made to assign elements to the RepeatedCompositeFieldContainer. Then, modify the code to use appropriate methods to update the elements in the container instead of directly assigning values.

they could be due to some version incompatibility issues. but it happens everywhere..... so do I have to change the code or there are better ways to solve them.

XuaaanQWQ avatar Apr 24 '24 03:04 XuaaanQWQ