pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin

Поиск
Список
Период
Сортировка
От
Тема pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin
Дата
Msg-id EB2A486225C4584FA62A22C75AEBB45493E2EC5C@RUV.DE
обсуждение исходный текст
Ответы Re: pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support

I installed the pip-wheel but it does not start because flask_htmlmin is missing:

 

bash-4.2# python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py

Traceback (most recent call last):

  File "/usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py", line 67, in <module>

    app = create_app()

 File "/usr/lib/python2.7/site-packages/pgadmin4/pgadmin/__init__.py", line 568, in create_app

    from flask_htmlmin import HTMLMIN

ImportError: No module named flask_htmlmin

 

Maybe there was a change at Oct 10, 2017 in requirements.txt without adding the module to pkg/pip/setup_pip.py .

 

Regards

Harald Immerheiser

 

Вложения

В списке pgadmin-support по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: Upgraded to v2.1 now Query Tool not working
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin4 v2.1 pip-wheel does not install flask_htmlmin