-
Notifications
You must be signed in to change notification settings - Fork 384
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 'items' #129
Comments
me,too |
Do you Solved it |
Hi
I run the code on linex and it work but windows still have a lot of issues.
Best regards
Suleiman
On Dec 18, 2022, at 4:54 PM, 8uttonwoodRL ***@***.***> wrote:
Do you Solved it
—
Reply to this email directly, view it on GitHub<#129 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP6S2HJDNUFWNAUMUKP3H3DWN2RH3ANCNFSM5OMYAYVA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Learn about the sys.argv command from this website: https://blog.csdn.net/Kim_Weir/article/details/103875186 env_config = _get_config(params, "sc2", "envs") |
Hi,
when I run the code from ubuntu 20 python 3.6 I got this error
File "src/main.py", line 88, in
config_dict = recursive_dict_update(config_dict, alg_config)
File "src/main.py", line 56, in recursive_dict_update
for k, v in u.items():
AttributeError: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered: