eliranwong / UniqueBible

A cross-platform bible application, integrated with high-quality resources and amazing features, running offline in Windows, macOS and Linux, ChromeOS, Android, iOS. Various running modes are supported.
https://UniqueBible.app
GNU General Public License v3.0
122 stars 34 forks source link

MAC OS M1 #1370

Closed jesse0515 closed 1 year ago

jesse0515 commented 1 year ago

Required feature 'Download UBA modules from Google drive' is not enabled.

eliranwong commented 1 year ago

Have you managed to solve the issue?

I use M1 too. It works fine on my side, but if it is still not working, try the following steps:

  1. Launch the macOS "Terminal" App
  2. run the following commands

pip3 install gdown

cd UniqueBible

(the command above depends on where your UniqueBible folder is)

rm -rf venv_

touch use_system_site_packages

  1. Launch UniqueBibleApp again, by running:

python3 uba.py

jesse0515 commented 1 year ago

ok,I got it ! grateful