You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
When running "lookup.py", I am getting this error...
Traceback (most recent call last):
File "./lookup.py", line 39, in
lookup(sys.argv[1])
File "./lookup.py", line 21, in lookup
fp = song.util.codegen(file)
AttributeError: 'module' object has no attribute 'codegen'
Note that I am meeting the requirements:
-I have installed pyechonest
-My echoprint-codegen binary is compiled
-I have specified the API KEY in the config.ECHO_NEST_API_KEY variable
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running "lookup.py", I am getting this error...
Traceback (most recent call last):
File "./lookup.py", line 39, in
lookup(sys.argv[1])
File "./lookup.py", line 21, in lookup
fp = song.util.codegen(file)
AttributeError: 'module' object has no attribute 'codegen'
Note that I am meeting the requirements:
-I have installed pyechonest
-My echoprint-codegen binary is compiled
-I have specified the API KEY in the config.ECHO_NEST_API_KEY variable
The text was updated successfully, but these errors were encountered: