Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4074

HATs and other add-ons • Re: Can’t install sense hat emulator

$
0
0
An unofficial, user-provided, solution would be to use the 'Alternate Platforms' installation instructions here to install the emulator 'manually' -
https://sense-emu.readthedocs.io/en/v1. ... -platforms


This worked on my RPi[5] running 64-bit RasPiOS Bookworm:

Code:

david@rp54bw64full0512:~ $ sudo apt install python3-gi python3-gi-cairoReading package lists... DoneBuilding dependency tree... DoneReading state information... Donepython3-gi is already the newest version (3.42.2-3+b1).python3-gi set to manually installed.python3-gi-cairo is already the newest version (3.42.2-3+b1).python3-gi-cairo set to manually installed.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.david@rp54bw64full0512:~ $ cd Projects/david@rp54bw64full0512:~/Projects $ mkdir sensehatemudavid@rp54bw64full0512:~/Projects $ cd sensehatemu/david@rp54bw64full0512:~/Projects/sensehatemu $ python -m venv --system-site-package shedavid@rp54bw64full0512:~/Projects/sensehatemu $ source she/bin/activate(she) david@rp54bw64full0512:~/Projects/sensehatemu $ python -m pip install sense-emuLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleCollecting sense-emu  Downloading https://www.piwheels.org/simple/sense-emu/sense_emu-1.2.1-py3-none-any.whl (241 kB)     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.7/241.7 kB 961.7 kB/s eta 0:00:00Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (from sense-emu) (1.24.2)Requirement already satisfied: Pillow in /usr/lib/python3/dist-packages (from sense-emu) (9.4.0)Installing collected packages: sense-emuSuccessfully installed sense-emu-1.2.1(she) david@rp54bw64full0512:~/Projects/sensehatemu $ sense_emu_gui(she) david@rp54bw64full0512:~/Projects/sensehatemu $ sense_emu_gui

The resulting GUI app has been tested using the Temperature example provided here -
https://sense-emu.readthedocs.io/en/v1. ... emperature

Statistics: Posted by B.Goode — Wed Apr 10, 2024 10:40 am



Viewing all articles
Browse latest Browse all 4074

Trending Articles