ftCommunity / tx-pi

fischertechnik controller based on the Raspberry Pi

Home Page:https://tx-pi.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zbarlight does no longer install

PeterDHabermehl opened this issue · comments

Checking the install log on jessie, I found that there is also an issue with the zbar installation.

Sorry for not having more information at the moment.

commented

Cause of the problem: setuptools is outdated (version 5.5.1)
See Polyconseil/zbarlight#21

With a more recent version (currently 40.8.0) the installation would work.

Maybe tx-pi-setup.sh should issue a
pip3 install -U setuptools
command, too.

Maybe we should move the whole tx-pi thing to the ftcommunity repo where everyone can easily work on it.

updating setuptools seems to help - done!

commented

For documentation purposes: Fixed by 0e22e2b