casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.87k stars 75 forks source link

Cannot Build on Fedora #130

Open KarlIsWright opened 1 year ago

KarlIsWright commented 1 year ago

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:

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".