Guest User

Untitled

a guest
Aug 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ImportError: couldn't find library
  2. Traceback (most recent call last):
  3. File "examples/fpwav.py", line 7, in <module>
  4. import chromaprint
  5. File "build/bdist.linux-x86_64/egg/chromaprint/__init__.py", line 24, in <module>
  6.  
  7. ImportError: couldn't find libchromaprint
  8.  
  9. find /usr/local/lib/libch*
  10. /usr/local/lib/libchromaprint.so
  11. /usr/local/lib/libchromaprint.so.0
  12. /usr/local/lib/libchromaprint.so.0.1.3
  13.  
  14. >>> import sys
  15. >>> sys.path
Add Comment
Please, Sign In to add comment