|
磁盘情况如下:
root@ubuntu:/usr/share/arduino# df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/nandd 1.8G 1.6G 131M 93% /
none 406M 4.0K 406M 1% /dev
none 407M 44K 407M 1% /tmp
none 82M 216K 82M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 407M 0 407M 0% /run/shm
none 407M 0 407M 0% /var/tmp
none 407M 407M 0 100% /var/log
/dev/mmcblk0p1 7.4G 85M 7.4G 2% /media/3862-3730
安装过程中报错:
buntu@ubuntu:~$ sudo pip install https://github.com/ingenuitas/SimpleCV/zipball/master
Downloading/unpacking https://github.com/ingenuitas/SimpleCV/zipball/master
Downloading master (43.8Mb): 43.8Mb downloaded
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 223, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 955, in prepare_files
self.unpack_url(url, location, self.is_download)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1072, in unpack_url
return unpack_http_url(link, location, self.download_cache, only_download)
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 447, in unpack_http_url
unpack_file(temp_location, location, content_type, link)
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 464, in unpack_file
unzip_file(filename, location, flatten=not filename.endswith('.pybundle'))
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 383, in unzip_file
fp.write(data)
IOError: [Errno 28] No space left on device
装这么大个东西怎么会磁盘不足呢? |
|