voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Testing on Python 3 #16

Closed terriyu closed 7 years ago

terriyu commented 7 years ago

We should make sure to test our code on Python 3.

terriyu commented 7 years ago

Started testing on Python 3 for Ubuntu 14.04. Note the following Ubuntu packages need to be installed: python3, python3-numpy, python3-scipy, and python3-tk. The python3 package should already be installed by default on Ubuntu 14.04. To run Python 3 on Ubuntu, simply replace the command python by python3. For example: python3 -m opensauce -h