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
So I think the SD is properly installed but when I try to set up the phocketSphinx as the tutorial says:
root@ReSpeaker:~# pip install respeaker pocketsphinx
Requirement already satisfied (use --upgrade to upgrade): respeaker in /usr/lib/python2.7/site-packages
Downloading/unpacking pocketsphinx
Downloading pocketsphinx-0.1.15.tar.gz (29.1MB): 29.1MB downloaded
Cleaning up...
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1197, in prepare_files
do_download,
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1375, in unpack_url
self.session,
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/download.py", line 582, in unpack_http_url
unpack_file(temp_location, location, content_type, link)
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/util.py", line 625, in unpack_file
untar_file(filename, location)
File "/usr/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/util.py", line 586, in untar_file
shutil.copyfileobj(fp, destfp)
File "/usr/lib/python2.7/shutil.py", line 52, in copyfileobj
fdst.write(buf)
IOError: [Errno 28] No space left on device
Storing debug log for failure in /root/.pip/pip.log
Any ideas?
The text was updated successfully, but these errors were encountered:
I am using Respeaker Core 1 and mic Array 6+1. I have "SD Card to Extend Storage" and the "df" command returns:
So I think the SD is properly installed but when I try to set up the phocketSphinx as the tutorial says:
Any ideas?
The text was updated successfully, but these errors were encountered: