Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No space left on device - Pip install #232

Open
CorrederaJorge opened this issue Dec 26, 2018 · 1 comment
Open

No space left on device - Pip install #232

CorrederaJorge opened this issue Dec 26, 2018 · 1 comment

Comments

@CorrederaJorge
Copy link

CorrederaJorge commented Dec 26, 2018

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants