When running the Linux installer, it ran through mostly successfully, but ended up creating an invalid symlink:
~/.local/bin/babble-app -> ~/.local/share/project-babble/babbleapp-installer-tagged.sh
It should have gone to babbleapp.sh I think.
Secondary issue in the babbleapp.sh file. When it tries to install requirements in the virtual env, it fails on the pysimplegui dependency:
ERROR: Could not find a version that satisfies the requirement pysimplegui==4.70.1 (from versions: 5.0.8.2, 5.0.8.3)
ERROR: No matching distribution found for pysimplegui==4.70.1
This is on PopOS 22.04.
When running the Linux installer, it ran through mostly successfully, but ended up creating an invalid symlink:
~/.local/bin/babble-app->~/.local/share/project-babble/babbleapp-installer-tagged.shIt should have gone to
babbleapp.shI think.Secondary issue in the
babbleapp.shfile. When it tries to install requirements in the virtual env, it fails on the pysimplegui dependency:This is on PopOS 22.04.