FAQ - eliranwong/UniqueBible GitHub Wiki
How to fix "Could not find a version that satisfies the requirement"?
When you try to install with pip install --upgrade uniquebible
and get the following error:
ERROR: Could not find a version that satisfies the requirement uniquebible (from versions: none)
ERROR: No matching distribution found for uniquebible
Your Python version must be >= 3.8 and < 3.13.
Run python -V
to find your version.
One option to install multiple Python versions is pyenv.
Are any Bibles such as NIV, ESV, NASB, etc available for download?
Only public domain Bibles are available directly through the app. However, you are free to use the import 3rd party if you have any other Bible data file.
https://github.com/eliranwong/UniqueBible/wiki#third-party-resources
How to update UBA if I installed it via pip?
pip3 install --upgrade uniquebible
UBA hangs up or crashes when downloading Bible or Commentaries.
In the Set Config Flags, disable downloadGCloudModulesInSeparateThread. Then try downloading the Bibles and Commentaries again.
How to get UBA running if it doesn't start after a recent update?
I have my own Bible in my non-English language. How can I view it with the right font?
See Using custom fonts with Bibles.
How to permanently disable the audio toolbar?
Go to UniqueBible/Set Config Flags. Set UseThirdPartyVLCplayer. Next time you start up UBA, the audio toolbar will not be displayed.
I've installed VLC, why can't it play media files?
Install 64 bit VLC, not 32 bit. See VLC is not enabled.
ModuleNotFoundError: no module name 'github'
?
How to fix Use Python 3.8 or higher. See #798.
Does UBA run in Anaconda?
UBA is developed and tested with regular Python, so we do not support issues related to Anaconda.
How can I report a bug/issue in the UniqueBibleApp?
Submit a issue ticket. Please also provide debugging info in your bug report.
How can I request a feature to be added to the UniqueBibleApp?
Submit a issue ticket.