PromAnsible icon indicating copy to clipboard operation
PromAnsible copied to clipboard

dpkg-buildpackage时候遇到两个少包的问题

Open gunner-me opened this issue 6 years ago • 1 comments

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

gunner-me avatar Mar 27 '19 10:03 gunner-me

can this issue be closed ?

cloudfirst avatar Apr 17 '19 12:04 cloudfirst