ald*_*tis 2 python-3.x ubuntu-14.04 pgadmin-4
命令:
python3 pgadmin4-1.1/web/setup.py
Run Code Online (Sandbox Code Playgroud)
错误:
ImportError: No module named 'htmlmin.minify'
Run Code Online (Sandbox Code Playgroud)
我有一个与htmlmin模块类似的问题,但我解决了:
sudo pip3 install htmlmin
Run Code Online (Sandbox Code Playgroud)
有什么建议吗?谢谢。