ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

Error installing blitz #72

Closed iamnimonic closed 5 years ago

iamnimonic commented 6 years ago

Ritiks-Air:~ QueenandI$ pip3 install bob.blitz Collecting bob.blitz Using cached https://files.pythonhosted.org/packages/8c/42/c72dc24fcd7454e4b4a4e4d5cbbc237e3b3e5e7d6e281d44479e1890c39a/bob.blitz-2.0.15.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/5n/t6_jrv0j3yzg4zj7_39jn3cw0000gn/T/pip-install-vuextloj/bob.blitz/setup.py", line 70, in system_include_dirs=system_include_dirs, File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/bob/extension/init.py", line 438, in init pkgs = check_packages(packages) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/bob/extension/init.py", line 77, in check_packages p = pkgconfig(splitreq[0]) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/bob/extension/pkgconfig.py", line 136, in init raise RuntimeError("pkg-config package %s' was not found" % name) RuntimeError: pkg-config packageblitz' was not found

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/5n/t6_jrv0j3yzg4zj7_39jn3cw0000gn/T/pip-install-vuextloj/bob.blitz/

ppwwyyxx commented 6 years ago

You need to install blitz before trying to install bob.blitz. This is an issue with bob installation and is unrelated to this project. If you still encounter similar issues, you can open an issue in the bob project.

iamnimonic commented 6 years ago

been there done that. Thank-you for replying this fast tho👍.

ppwwyyxx commented 5 years ago

This is a question about blitz and not directly related to this project. Closing now and you can ask blitz community for help.