Python: Issue with installing Zebra Scanner package on Debian

i am trying to install this on a debian system (Debian GNU/Linux 12 (bookworm))
the newest version of this zebra scanner project is from Aug 2021

i have issues with the installation of the zebra-scanner as well as issues with finding packages

i am still somewhat new so it might have been something obvious i have missed

1.

i am currently at the step of pip3 install . inside my virtual enviroment
i am getting this error message: error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

this is the whole message from the console:

(vzebra) debuser@debianIntrasrv:~/ZebraScanner/zebra-scanner-0.2.5$ pip3 install .
Processing /home/debuser/ZebraScanner/zebra-scanner-0.2.5
  Preparing metadata (setup.py) ... done
Building wheels for collected packages: zebra-scanner
  Building wheel for zebra-scanner (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [13 lines of output]
      /home/debuser/ZebraScanner/vzebra/lib/python3.11/site-packages/setuptools/dist.py:534: UserWarning: Normalizing 'v0.2.5' to '0.2.5'
        warnings.warn(tmpl.format(**locals()))
      running bdist_wheel
      running build
      running build_ext
      building 'zebra_scanner' extension
      x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/zebra-scanner -I/home/debuser/ZebraScanner/vzebra/lib/python3.11/site-packages/pybind11/include -I/home/debuser/ZebraScanner/zebra-scanner-0.2.5/src -I/home/debuser/ZebraScanner/vzebra/include -I/usr/include/python3.11 -c /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.cpp -o build/temp.linux-x86_64-cpython-311/home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.o -Wno-deprecated -std=c++11 -fvisibility=hidden
      In file included from /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.cpp:1:
      /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.h:13:10: fatal error: CsIEventListenerXml.h: No such file or directory
         13 | #include "CsIEventListenerXml.h"
            |          ^~~~~~~~~~~~~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for zebra-scanner
  Running setup.py clean for zebra-scanner
Failed to build zebra-scanner
Installing collected packages: zebra-scanner
  Running setup.py install for zebra-scanner ... error
  error: subprocess-exited-with-error
  
  × Running setup.py install for zebra-scanner did not run successfully.
  │ exit code: 1
  ╰─> [22 lines of output]
      /home/debuser/ZebraScanner/vzebra/lib/python3.11/site-packages/setuptools/dist.py:534: UserWarning: Normalizing 'v0.2.5' to '0.2.5'
        warnings.warn(tmpl.format(**locals()))
      running install
      /home/debuser/ZebraScanner/vzebra/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_ext
      building 'zebra_scanner' extension
      creating build
      creating build/temp.linux-x86_64-cpython-311
      creating build/temp.linux-x86_64-cpython-311/home
      creating build/temp.linux-x86_64-cpython-311/home/debuser
      creating build/temp.linux-x86_64-cpython-311/home/debuser/ZebraScanner
      creating build/temp.linux-x86_64-cpython-311/home/debuser/ZebraScanner/zebra-scanner-0.2.5
      creating build/temp.linux-x86_64-cpython-311/home/debuser/ZebraScanner/zebra-scanner-0.2.5/src
      x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/zebra-scanner -I/home/debuser/ZebraScanner/vzebra/lib/python3.11/site-packages/pybind11/include -I/home/debuser/ZebraScanner/zebra-scanner-0.2.5/src -I/home/debuser/ZebraScanner/vzebra/include -I/usr/include/python3.11 -c /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.cpp -o build/temp.linux-x86_64-cpython-311/home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.o -Wno-deprecated -std=c++11 -fvisibility=hidden
      In file included from /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.cpp:1:
      /home/debuser/ZebraScanner/zebra-scanner-0.2.5/src/BoostPythonCoreScanner.h:13:10: fatal error: CsIEventListenerXml.h: No such file or directory
         13 | #include "CsIEventListenerXml.h"
            |          ^~~~~~~~~~~~~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> zebra-scanner

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

i have tried to find similar problems. i might have missed some solutions.

2.

i also have an issue that my system cannot find certain packages

E: Unable to locate package python-opengl
E: Unable to locate package python-pil
E: Unable to locate package python-pyrex
E: Unable to locate package python-pyside.qtopengl
E: Couldn't find any package by glob 'python-pyside.qtopengl'
E: Couldn't find any package by regex 'python-pyside.qtopengl'
E: Unable to locate package idle-python2.7
E: Couldn't find any package by glob 'idle-python2.7'
E: Couldn't find any package by regex 'idle-python2.7'
E: Unable to locate package qt4-dev-tools
E: Unable to locate package qt4-designer
E: Package 'libqtgui4' has no installation candidate
E: Package 'libqtcore4' has no installation candidate
E: Unable to locate package libqt4-xml
E: Unable to locate package libqt4-test
E: Unable to locate package libqt4-script
E: Unable to locate package libqt4-network
E: Unable to locate package libqt4-dbus
E: Unable to locate package python-qt4
E: Unable to locate package python-qt4-gl
E: Package 'python-dev' has no installation candidate

this is my very first question here since it is specific to the zebra installation. but if it is something obvious i do hope to learn something from anyone that answers

Thank you for your time

New contributor

Wilhelm Poigner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật