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
When I try to use the code in Python 2, all works very good but in python 3, when I run the line occ = next(fugue_finder), I get an error "AttributeError: 'peekable' object has no attribute 'next'". Can it fixed? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
When I try to use the code in Python 2, all works very good but in python 3, when I run the line occ = next(fugue_finder), I get an error "AttributeError: 'peekable' object has no attribute 'next'". Can it fixed? Thanks in advance.
The text was updated successfully, but these errors were encountered: