os:raspbian:raspbian_on_pi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| os:raspbian:raspbian_on_pi [2026/08/22 11:50] – removed - external edit (Unknown date) 127.0.0.1 | os:raspbian:raspbian_on_pi [2026/08/22 11:50] (current) – ↷ Page moved from raspbian:raspbian_on_pi to os:raspbian:raspbian_on_pi Julien Deswaef | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Raspbian notes ====== | ||
| + | |||
| + | ===== ujson ===== | ||
| + | < | ||
| + | pip install ujson | ||
| + | </ | ||
| + | |||
| + | Fightt hrow errors like this: | ||
| + | |||
| + | < | ||
| + | Running setup.py install for ujson | ||
| + | building ' | ||
| + | arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I./python -I./lib -I/ | ||
| + | In file included from ./ | ||
| + | ./ | ||
| + | # | ||
| + | ^ | ||
| + | compilation terminated. | ||
| + | error: command ' | ||
| + | </ | ||
| + | |||
| + | In this case, it's because you also need python-dev package. | ||
| + | < | ||
| + | sudo apt-get install python-dev | ||
| + | </ | ||
