jarun / buku

:bookmark: Personal mini-web in text
GNU General Public License v3.0
6.52k stars 294 forks source link

Ubuntu 22.04: pipx install buku[server] failing. #689

Closed DiagonalArg closed 1 year ago

DiagonalArg commented 1 year ago

Ubuntu 22.04. It's nearly a year ago I posted on this, but it's still failing. If it's actually been fixed, it needs to be uploaded to PyPI.

$ pipx install buku[server]
Fatal error from pip prevented installation. Full pip output in file:
    /home/user/.local/pipx/logs/cmd_2023-06-22_16.34.58_pip_errors.log

pip seemed to fail to build package:
    buku[server]

Some possibly relevant errors from pip install:
    ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.

Error installing buku from spec 'buku[server]'.

$ cat /home/user/.local/pipx/logs/cmd_2023-06-22_16.34.58_pip_errors.log
PIP STDOUT
----------
Collecting buku[server]
  Using cached buku-4.7.1.tar.gz (225 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'

PIP STDERR
----------
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
buku depends on flask-reverse-proxy-fix@ https://github.com/rachmadaniHaryono/flask-reverse-proxy-fix/archive/refs/tags/v0.2.2rc1.zip 
LeXofLeviafan commented 1 year ago

See #685 for the relevant discussion.

DiagonalArg commented 1 year ago

duplicate