Submitted by Leo_D517 t3_11xd1iz in MachineLearning
Leo_D517 OP t1_jd2hhov wrote
Reply to comment by fanjink in [Project] Machine Learning for Audio: A library for audio analysis, feature extraction, etc by Leo_D517
First of all, we have noticed this issue and it will be resolved in the upcoming next version. For now, you can install by compiling the source code.
Please follow the steps in the Document to compile the source code.
The steps are as follows:
- Installing dependencies on macOS
Install Command Line Tools for Xcode. Even if you install Xcode from the app store you must configure command-line compilation by running:
xcode-select --install
- Python setup:
$ python setup.py build
$ python setup.py install
fanjink t1_jd2ho6o wrote
Thank you, I’ll try it later
Viewing a single comment thread. View all comments