Hello,
Trying to install Django on my RPi 2 gives me the following error. Can anyone help me to resolve this problem? I'm running FreeBSD on a 32GB SD card.
Many thanks.
Trying to install Django on my RPi 2 gives me the following error. Can anyone help me to resolve this problem? I'm running FreeBSD on a 32GB SD card.
Many thanks.
Code:
FreeBSD rpi2 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r298793: Sat Apr 30 06:39:54 UTC 2016
$ dfc -T
FILESYSTEM TYPE (=) USED FREE (-) %USED AVAILABLE TOTAL MOUNTED ON
/dev/ufs/rootfs ufs [===-----------------] 11% 25.1G 28.3G /
devfs devfs [====================] 100% 0B 1.0K /dev
/dev/msdosfs/MSDOSBOOT msdosfs [===-----------------] 15% 42.6M 49.9M /boot/msdos
tmpfs tmpfs [=====---------------] 21% 23.7M 30.0M /tmp
$ pip3 install Django==1.9.6
Collecting Django==1.9.6
Downloading Django-1.9.6-py2.py3-none-any.whl (6.6MB)
100% |################################| 6.6MB 8.6kB/s
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.4/site-packages/pip/basecommand.py", line 215, in main
...
OSError: [Errno 28] No space left on device