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

Error after installation #1353

Open ShintoAW opened 1 year ago

ShintoAW commented 1 year ago

I'm using Windows8.1Pro Python 3.10.9

Got this error after installation

`PS F:\App\UniqueBible> python uba.py PS F:\App\UniqueBible> pip tool updated! Installing 'PySide6' ... Module 'PySide6' is installed! PySide6 is not found! Trying to install 'PySide2' instead ... Installing 'PySide2' ... Module 'PySide2' is installed! Installed! Installed! Installing 'chinese-english-lookup' ... Module 'chinese-english-lookup' is installed! Optional feature 'Chinese-to-English word definition' is not enabled. Run 'pip3 install chinese-english-lookup' to install it first. F:\App\UniqueBible\venv_Windows_3.10.9\lib\site-packages\pydub\utils.py:170: RuntimeWarning: Cou onv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning Error in sys.excepthook: Traceback (most recent call last): File "F:\App\UniqueBible\startup\share.py", line 63, in global_excepthook print(traceback.format_exc()) AttributeError: 'traceback' object has no attribute 'format_exc'

Original exception was: Traceback (most recent call last): File "F:\App\UniqueBible\main.py", line 147, in from startup.guiQt import File "F:\App\UniqueBible\venv_Windows_3.10.9\Lib\site-packages\shiboken2\files.dir\shibokensup ne 142, in _import return original_import(name, args, kwargs) File "F:\App\UniqueBible\startup\guiQt.py", line 16, in from gui.MainWindow import MainWindow File "F:\App\UniqueBible\venv_Windows_3.10.9\Lib\site-packages\shiboken2\files.dir\shibokensup ne 142, in _import return original_import(name, *args, *kwargs) File "F:\App\UniqueBible\gui\MainWindow.py", line 12, in from PySide6.QtGui import QIcon, QGuiApplication, QFont, QKeySequence, QColor, QPixmap, QCur File "F:\App\UniqueBible\venv_Windows_3.10.9\Lib\site-packages\shiboken2\files.dir\shibokensup ne 142, in _import return original_import(name, args, kwargs) ImportError: DLL load failed while importing QtGui: The specified procedure could not be found.`

eliranwong commented 1 year ago

sorry, I guess Windows 8 is not supported. We tested the latest codes on Windows 11.

ShintoAW commented 1 year ago

Hello, I was using this app, but for months I didn't open or update. This week when opening this App it showed to update while starting. So I started update. but it didn't start again. So I tried to install fresh. That's when open using poweshell saw errors.

Is there a way to go back to previous version, so that I can use it again?