Open
Description
Describe the bug
The Linux module doesn't want to build on Fedora
To Reproduce
Steps to reproduce the behavior:
- $ git clone https://github.com/casualsnek/cassowary
- $ cd cassowary/app-linux
- $ chmod +x build.sh
- $ ./build.sh
- /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".