Open spagliarini opened 3 years ago
I had many version conflict at the installation process too. My final solution: create a new conda environment for that purpose. conda create -n audeepenv python=3.7 conda activate audeepenv python setup.py install
Thank you for your reply!! In the meanwhile, I actually found the same (or very similar solution) so now I could install audeep and see the version.
Still, I have some issues. When I try for example
audeep --inspect raw --basedir ESC-10
or any other command, I get the following error:
zsh: illegal hardware instruction audeep --inspect raw --basedir ESC-10
Did you face similar issues? Or was it straightforward after you figured out how to deal with the installation?
Hi,
I would like to use audeep, and I am trying to understand if I can make it on my Apple M1 mac. I have installed tensorflow (version 2.6) and, when installing audeep (pip install audeep), I get this error:
I get that I should try to get a different version of tensorflow, but as far as I know, for Apple M1 I can only go as low as 2.4. Would you have any experience or suggestion?
Another option I thought of exploring is to use audeep on google colab. I haven't tried yet, have you? Just to avoid to go towards a dead end.
Thank you for your help, Silvia