From f7e2954172c14dea824c4ebba056114e3f402f41 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 19 Feb 2023 16:04:39 +0100 Subject: [PATCH] Update Issue with Raspberry Pi OS --- Manual-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual-Installation.md b/Manual-Installation.md index 082da21..058e9aa 100644 --- a/Manual-Installation.md +++ b/Manual-Installation.md @@ -17,7 +17,7 @@ If you want to manually install Calibre-Web (“from source”), follow the proc 6. Execute the command: `./venv/bin/python3 cps.py` (or `nohup ./venv/bin/python3 cps.py` - recommended if you want to exit the terminal window) -Issues on Raspberry Pi: +Issues on Raspberry Pi Raspberry Pi OS: Depending on your version of pip it's possible that the installation fails with `Failed to build cryptography ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects`. In this case please try to update pip with `./venv/bin/python3 -m pip install --upgrade pip` first, and then try installing Calibre-Web again. If this isn't working please also install cargo via `sudo apt install cargo`, and try again to install Calibre-Web.