Hi forum
I'm a long time postgres user, and would really like to be able to use pgAdmin4 in FreeBSD.
(pgAdmin3 has become seriously outdated, and no longer supports recent version/s of postgres.)
Sadly, there's no package for pgadmin4, so I search for information and try to follow the pgAdmin4 section on this page.
https://wiki.freebsd.org/PostgreSQL/Setup
I've tried doing this using both FBSD versions 13.3 and 14.0.
- Install the packages, upgrade pip, create the virtualenv, activate, then pip install pgAdmin4.
Seems this process fails at the same point, with this message :
I also tried to pip install psutil separately, which seems successful, then pip install pgadmin4
Sadly, same error as above.
Thanks for any tips or clues to do this the-right-way.
I'm a long time postgres user, and would really like to be able to use pgAdmin4 in FreeBSD.
(pgAdmin3 has become seriously outdated, and no longer supports recent version/s of postgres.)
Sadly, there's no package for pgadmin4, so I search for information and try to follow the pgAdmin4 section on this page.
https://wiki.freebsd.org/PostgreSQL/Setup
I've tried doing this using both FBSD versions 13.3 and 14.0.
- Install the packages, upgrade pip, create the virtualenv, activate, then pip install pgAdmin4.
Seems this process fails at the same point, with this message :
Code:
ERROR: Failed building wheel for psutil
Failed to build psutil
ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects
I also tried to pip install psutil separately, which seems successful, then pip install pgadmin4
Sadly, same error as above.
Thanks for any tips or clues to do this the-right-way.