Command:
python3 pgadmin4-1.1/web/setup.py
Error:
ImportError: No module named 'htmlmin.minify'
I had a similar problem with htmlmin
module, but I solved with:
sudo pip3 install htmlmin
Any suggestion? Thanks.
Command:
python3 pgadmin4-1.1/web/setup.py
Error:
ImportError: No module named 'htmlmin.minify'
I had a similar problem with htmlmin
module, but I solved with:
sudo pip3 install htmlmin
Any suggestion? Thanks.
I solved with:
Thanks