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
Thank you for your outstanding work! When I run python test_user.py -c config/test.yml, it return the following error:
AttributeError: module 'myutils' has no attribute 'renderer'
I found that renderer exists in the myutils.py you defined. Why is the following error still reported? I hope you can give me some useful help. Thank you!!!
The text was updated successfully, but these errors were encountered:
Thank you for your outstanding work! When I run python test_user.py -c config/test.yml, it return the following error:
AttributeError: module 'myutils' has no attribute 'renderer'
I found that renderer exists in the myutils.py you defined. Why is the following error still reported? I hope you can give me some useful help. Thank you!!!
The text was updated successfully, but these errors were encountered: