karolpiczak / echonet

Convolutional neural networks for sound classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot import name ABC

pribadihcr opened this issue · comments

Hi @karoldvl ,

I tried to run the example code of esc_convnet_paper.py.
I got the following error:
ImportError: cannot import name ABC

Thanks

I'm sorry, this project is still a work in progress, in a very rough state. For the time being, Python 3.5 is required. I will most probably backport it to earlier versions/Python 2.7 when the codebase stabilizes a little bit.

Dependencies of code to run in python3
sudo apt-get install python3 spython3-dev python3-pip python3-setuptools python3-tk
sudo python3 -m pip install librosa pandas tqdm pydub

commented

should be:

sudo apt-get install python3 python3-dev python3-pip python3-setuptools python3-tk
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but feel free to re-open a closed issue if needed.