Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

cAction import error module not found

$
0
0

Yes, I see all three .pyd files.

I tried running other examples and they all fail. Here is the error from the afbomb example (other examples failed with a similar error message regarding 'get_analysis not found'):

c:Python27echo-nest-remix-examplesafromb>python afromb.py "c:He Won_t Go.mp3 ""c:Don_t You Remember.mp3" c:he_wont_remember.mp3 0.9 env en-ffmpeg -i "c:He Won_t Go.mp3" -y -ac 2 -ar 44100 "c:usersadmini~1appdata localtemp2tmpdiyehl.wav" Computed MD5 of file is e5c4c37d76da8d2405d5f5cefdce20e9 Probing for existing analysis Analysis not found. Uploading... Traceback (most recent call last): File "afromb.py", line 174, in main() File "afromb.py", line 169, in main AfromB(input_filename_a, input_filename_b, output_filename).run(mix=mix, File "afromb.py", line 34, in init self.input_a = audio.LocalAudioFile(input_filename_a) File "C:Python27libsite-packagesechonestremixaudio.py", line 940, in i nit tempanalysis = AudioAnalysis(filename) File "C:Python27libsite-packagesechonestremixaudio.py", line 126, in i nit self.pyechonest_track.get_analysis() AttributeError: 'Track' object has no attribute 'get_analysis'


Viewing all articles
Browse latest Browse all 1582

Trending Articles