Closed rmoriz closed 3 years ago
You seem to be on Python 3.9, as array.array.fromstring()
was renamed to array.array.frombytes()
in Python 3.2, and will be completely removed in 3.9. (see Python 3.8 docs)
I will check this and submit a pull request