bastianraschke / pyfingerprint

Python library for ZhianTec fingerprint sensors (e.g. ZFM-20, ZFM-60)
Other
190 stars 115 forks source link

Cant build package #91

Closed kostek443 closed 4 years ago

kostek443 commented 4 years ago

I want build package on debian 10. When i use command dpkg-buildpackage -uc -us I get this error unning install_scripts dh_install -O--buildsystem=pybuild dh_installdocs -O--buildsystem=pybuild dh_sphinxdoc -O--buildsystem=pybuild dh_sphinxdoc: error: unknown JavaScript code: debian/python-fingerprint-doc/usr/share/doc/python-fingerprint-doc/html/_static/doctools.js make: *** [debian/rules:6: binary] error 255 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

How can i resolve this ?

philippmeisberger commented 4 years ago

I cannot reproduce this on my Debian 10. There must be something special with your Debian or we forgot to mention a package dependency. Did you exactly follow the build instructions?

BTW: I am hosting an APT repository with the package: https://www.pm-codeworks.de/pages/apt-repository-en.html

kostek443 commented 4 years ago

I just download your repository , install by pip your library and now it's working.