respeaker / get_started_with_respeaker

This is the wiki of ReSpeaker Core V2, ReSpeaker Core and ReSpeaker Mic Array.
260 stars 83 forks source link

No space left on device - Pip install #232

Open CorrederaJorge opened 5 years ago

CorrederaJorge commented 5 years ago

I am using Respeaker Core 1 and mic Array 6+1. I have "SD Card to Extend Storage" and the "df" command returns:

Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                 5443728     19952   5124208   0% /
/dev/root                29696     29696         0 100% /rom
tmpfs                    63224     57672      5552  91% /tmp
/dev/mmcblk0p2         5443728     19952   5124208   0% /overlay
overlayfs:/overlay     5443728     19952   5124208   0% /
tmpfs                      512         0       512   0% /dev

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?

xiongyihui commented 5 years ago

pocketsphinx is already installed. You do not need to re-install it.