asaini / Apriori

Python Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
MIT License
771 stars 435 forks source link

error found when run this code #4

Closed monika21089 closed 9 years ago

monika21089 commented 9 years ago

Traceback (most recent call last): File "", line 178, in File "", line 77, in runApriori File "", line 62, in getItemSetTransactionList TypeError: 'AsyncStream' object is not iterable

what should i do to correct this error

asaini commented 9 years ago

Hi @monika21089

Have you tried using a file object instead of a AsyncStream object?

asaini commented 9 years ago

Closing, no response!