Temat: Pysqlite
Chciałem zainstalować tę paczkę za pomocą pip, ale pip chce coś kompilować.
Fragment loga:
running build_ext
building 'pysqlite2._sqlite' extension
creating build/temp.linux-mips-2.6
creating build/temp.linux-mips-2.6/src
mips-openwrt-linux-uclibc-gcc -DNDEBUG -Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -fhonour-copts -msoft-float -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/usr/include/python2.6 -c src/module.c -o build/temp.linux-mips-2.6/src/module.o
unable to execute mips-openwrt-linux-uclibc-gcc: No such file or directory
error: command 'mips-openwrt-linux-uclibc-gcc' failed with exit status 1Można coś z tym zrobić? Czy mam zacząć szukać innej bazy danych...