You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There is an error when installaing the app in windows 10. The error seems to be realted with some loading DLL issue
The text was updated successfully, but these errors were encountered: