Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3 #3

Open
amotl opened this issue Aug 9, 2021 · 2 comments
Open

Add support for Python 3 #3

amotl opened this issue Aug 9, 2021 · 2 comments

Comments

@amotl
Copy link
Member

amotl commented Aug 9, 2021

Hi again,

I believe we should get the code up to speed, add support for Python 3 and drop support for Python 2, which is way past end-of-life already.

With kind regards,
Andreas.

@insipiens
Copy link

insipiens commented Feb 10, 2022

When working on the my docker version of audiohealth these are the modules I used:

environment: Debian Buster/Python 3.8

sudo apt-get -y install make python3-aubio aubio-tools build-essential sox libsox-fmt-all xvfb xauth youtube-dl

Python modules (from pip freeze):

cycler==0.11.0
docopt==0.6.2
fonttools==4.29.1
kiwisolver==1.3.2
matplotlib==3.5.1
numpy==1.17.4
packaging==21.3
paho-mqtt==1.6.1
Pillow==9.0.1
pyparsing==3.0.7
python-dateutil==2.8.2
scipy==1.3.3
six==1.16.0

I found Aubio needed installing last & separately possibly due to its age/dependencies(?):

python -m pip install aubio

This above needs verifying as it has not been taken from a clean python environment (apologies).

regards
John

@amotl
Copy link
Member Author

amotl commented Feb 10, 2022

Thanks for sharing those detailed instructions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants