Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error #9

Open
arcb01 opened this issue Nov 2, 2023 · 1 comment
Open

Installation error #9

arcb01 opened this issue Nov 2, 2023 · 1 comment

Comments

@arcb01
Copy link
Owner

arcb01 commented Nov 2, 2023

There is an error when installaing the app in windows 10. The error seems to be realted with some loading DLL issue

Traceback (most recent call last):
  File "C:\Users\arnau\Desktop\g-narrator\.env\Scripts\gnarrator-script.py", line 33, in <module>
    sys.exit(load_entry_point('gnarrator==1.1.274', 'console_scripts', 'gnarrator')())
  File "C:\Users\arnau\Desktop\g-narrator\.env\Scripts\gnarrator-script.py", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "C:\Users\arnau\AppData\Local\Programs\Python\Python39\lib\importlib\metadata.py", line 86, in load
    module = import_module(match.group('module'))
  File "C:\Users\arnau\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 972, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
  File "<frozen zipimport>", line 259, in load_module
  File "C:\Users\arnau\Desktop\g-narrator\.env\lib\site-packages\gnarrator-1.1.274-py3.9.egg\gnarrator\__init__.py", line 1, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "C:\Users\arnau\Desktop\g-narrator\.env\lib\site-packages\gnarrator-1.1.274-py3.9.egg\gnarrator\__main__.py", line 1, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "C:\Users\arnau\Desktop\g-narrator\.env\lib\site-packages\gnarrator-1.1.274-py3.9.egg\gnarrator\app.py", line 8, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "C:\Users\arnau\Desktop\g-narrator\.env\lib\site-packages\gnarrator-1.1.274-py3.9.egg\gnarrator\utils\utils.py", line 4, in <module>
ImportError: DLL load failed while importing QtGui
@arcb01 arcb01 closed this as completed Nov 2, 2023
@arcb01 arcb01 reopened this Jan 15, 2024
@arcb01
Copy link
Owner Author

arcb01 commented Jan 15, 2024

If this installation process is followed then the error disappears. However the error still persists if PyQt5 is installed beforehand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant