PromAnsible
PromAnsible copied to clipboard
dpkg-buildpackage时候遇到两个少包的问题
Q1. Traceback (most recent call last): File "<string>", line 2, in <module> ImportError: No module named _vendor.six
A1. pip install --force-reinstall --no-binary :all: pyinstaller
Q2. dpkg-shlibdeps: error: couldn't find library libfontconfig.so.1 needed by debian/grafana-server/usr/local/daemon/grafana/vendor/phantomjs/phantomjs (ELF format: 'elf64-x86-64'; RPATH: '')
A2. sudo apt-get install libfontconfig
can this issue be closed ?