-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
run_tests.py: error: the following arguments are required src #283
Comments
It has been a long time since I've played with Dejavu, but it looks like you need to execute run_tests.py with arguments; one of which points to the location of your audio files. If you are open to suggestion, I would recommend directing your attention toward test_dejavu.sh and reread the readme. |
Another question, what is ./mp3 folder? Do we need to create the file? |
First Question Line 161 tells us that src is a folder path where the audio files are stored. I can't see what is past line 24 of your code, but it is likely that the src has not been specified. Second Question Based on your code, you will need an mp3 folder in the same folder that dejavu.py is being executed from. Then within the mp3 folder are your music files. |
I’m a college student trying to use dejavu package for our team 4th year project. I’m having this “src” problem that doesn’t know how to deal with, any clue?
The text was updated successfully, but these errors were encountered: