casualsnek/cassowary

Cannot Build on Fedora

KarlIsWright opened this issue · 0 comments

Describe the bug
The Linux module doesn't want to build on Fedora

To Reproduce
Steps to reproduce the behavior:

  1. $ git clone https://github.com/casualsnek/cassowary
  2. $ cd cassowary/app-linux
  3. $ chmod +x build.sh
  4. $ ./build.sh
  5. /usr/bin/python3: Error while finding module specification for 'build.sh' (ModuleNotFoundError: No module named 'build')

Expected behavior
Expected Linux module to build.

Screenshots
NA

System information:

  • Python3 version: Python 3.11.4
  • PyQt5 version: 5.15.9
  • libvirt-python version: 9.0.0
  • kernel 6.4.4-200.fc38.x86_64
  • OS: Fedora 38

Additional context
Tried several times to get the module to build but no matter how I typed it, it just kept saying that "No module named build".