stem icon indicating copy to clipboard operation
stem copied to clipboard

set_options method in control.py checks for deprecated collections.Iterable instance

Open Jammin93 opened this issue 2 years ago • 0 comments

Collections.Iterable is deprecated in Python 3, and the official website says stem is Python 3 compatible. Collections.Iterable was moved to collections.abc.Iterable. This seems to only be an issue for official pypi version. The dev version of 1.8.0 does not demonstrate this problem.

Jammin93 avatar May 31 '22 01:05 Jammin93