Closed netttt closed 5 years ago
Install the dependencies
i ran this line: install blitz, openblas, boost and it still does the same
@ppwwyyxx pls help
scikits.talkbox is a dependency
I managed to download all the dependencies except: scikit-learn and PyQt4 the error was: Could not find a version that satisfies the requirement scikits-learn (from versions: ) No matching distribution found for scikits-learn
how can i find the version?
Have you installed scikits.talkbox or not?
yes i had
If the installation is successful you should be able to import. Could you post the log for the installation of scikits.talkbox?
since i have already installed it i can only show you this log, i hope its good enough
Requirement already satisfied: scikits.talkbox in /Users/netanel/Library/Python/2.7/lib/python/site-packages Requirement already satisfied: numpy in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from scikits.talkbox)
If the installation appears successful, this can also be a python environment problem, e.g. not using the matching python version that's used for pip.
so how can i find what is the problem and fix it
Could you try the command: python2 -c 'from scikits.talkbox.linpred import levinson_lpc'
.
If it fails, your python cannot find your installed library. I don't know the reason for that and there could be millions of reasons. I suggest find someone around you for help.
This repo also includes a Dockerfile with a full environment to run the program.
i tried to run this line when i had, it simply gave me empty line and then it made the console disable itself, meaning it received my code but it didn't respond to it.
i have also tried to run the speaker-recognition.py file and this time it gave this error: "no module named sip" the only dependency i could not achieve was the PyQt4.
That means you've installed scikits.talkbox successfully and your original problem was solved. Could you please post all the error logs you saw for the new error?
when i write: "pip install --user PyQt4", it gives me this answer:
Collecting PyQt4 Could not find a version that satisfies the requirement PyQt4 (from versions: ) No matching distribution found for PyQt4
when i try to open the speaker-recognition.py file: "python speaker-recognition.py", the console prints out:
Traceback (most recent call last):
File "speaker-recognition.py", line 17, in
This is unrelated to PyQt4 and is because your matplotlib version is too old. See https://github.com/ContinuumIO/anaconda-issues/issues/8
when i try to open the python file speaker-recognition.py in the terminal it sends out this error: ImportError: No module named scikits.talkbox.linpred how can i fix it?