-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Firstly let me say how brilliant this project is. At the beginning of 2024 I put 2 of these together and they've been working brilliantly. So a massive thank you for sharing this project.
Everything has been working fine until the prices stopped updating. Unbeknownst to me is was the AGILE_TARIFF_BASE which required updating. So I just assumed something had corrupt and happily went about reinstalling everything from scratch.
This issue I've run into is when I run the curl https://get.pimoroni.com/inky | bash it gets all the way to the end until it fails with an environment error as follows
python3-numpy is required
Installing python3-numpy...
python3-pil is required
Installing python3-pil...
python3-lxml is required
Installing python3-lxml...
python3-smbus is already installedInstalling Inky pHAT & wHAT library for Python 3...
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. For more information visit http://rptl.io/venv
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Python 3 library install failed!
If problems persist, visit forums.pimoroni.com for support
I admit that any further than following instructions bemuses me at the moment so I wondered if anyone else has come across this issue and what did you do to solve it?
Any help appreciated please. //