jdj2261/pykin

Error in running all files

Opened this issue · 2 comments

vm533 commented

Thanks for this amazing library. Whenever I try to run any of the files in Pykin library. I get below error.

image

Can you please help me in resolving this error.

Hello,

pykin has been tested on python3.9. It appears that some of the code in the standard library has been modified as the python version has changed.

Could you please try solving it by inserting the code below?

try:
    from collections.abc import Iterable
except ImportError:
    from collections import Iterable

If it still doesn't work, please tell me again.

Thank you!

vm533 commented

Hello...
Still I get the same problem. Can you please provide me if there is any alternative. I am using Python 3.10 version