pyAudioAnalysis
pyAudioAnalysis copied to clipboard
can't open file 'audioAnalysis.py': [Errno 2] No such file or directory
So I'm facing this issue, and it's kind of driving me nuts. I've tried every variation of editing my bashrc file, and I still get
audioAnalysis.py': [Errno 2] No such file or directory
My current path where everything is installed is /Users/davegoldblatt/pyAudioAnalysis. That said, there is a pyAudioAnalysis directory inside of /Users/davegoldblatt/pyAudioAnalysis. That path is located at /Users/davegoldblatt/pyAudioAnalysis/pyAudioAnalysis.
I've tried
export PATH="/users/davegoldblatt/pyAudioAnalysis/:$PATH"
export PATH="/users/davegoldblatt/:$PATH"
PYTHONPATH=$PYTHONPATH:"/users/davegoldblatt/pyAudioAnalysis"
PYTHONPATH=$PYTHONPATH:"/users/davegoldblatt/"
Did I git clone incorrectly? does my bashrc file have a syntax error?
In my case, its located in pyAudioAnalysis/pyAudoioAnalysis.
Same problem here. On a Mac. It could be related to brew?
Hi, I am facing the same issue. python: can't open file 'AudioAnalysis.py': [Errno 2] No such file or directory
Please help