Skip to content
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

'dict' object has no attribute 'iteritems' #9

Open
sharmaanupam106 opened this issue Aug 29, 2023 · 0 comments
Open

'dict' object has no attribute 'iteritems' #9

sharmaanupam106 opened this issue Aug 29, 2023 · 0 comments

Comments

@sharmaanupam106
Copy link

When using the .asdict() function in python v3.X the following error is encountered. 'dict' object has no attribute 'iteritems'

Fix is to update Line for (rel_key, orig_args) in follow.iteritems(): with for (rel_key, orig_args) in follow.item(): untils.py on line 120.

This fix is only applicable for python v3, another package should probably be created to maintain v2 support if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant