1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-02-07 06:30:06 +00:00

Update isue with Raspberry Pi

Ozzie Isaacs 2023-02-19 15:58:58 +01:00
parent 765190d113
commit 7a36f78edd

@ -17,9 +17,9 @@ 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:
Depending on your Distribution version and 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`
Issues on Raspberry Pi:
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.
Issues with Ubuntu:
Please note that running the above install command can fail on some versions of Ubuntu, saying `"can't combine user with prefix"`. This is a [known bug](https://github.com/pypa/pip/issues/3826) and can be remedied by using the command `./venv/bin/python3 -m pip install --system -r requirements.txt` instead.