0

i am trying to make a virtual assistant in python and I am working on a GUI for the assistant and now I want to convert my .UI file to.py file here is the command I'm typing:

C:\Users\gouri\OneDrive\Desktop\JarvisGUI>pyuic5 -x JarvisUI.ui -o JarvisUI.py

and I see this error:

Traceback (most recent call last):
  File "C:\Users\gouri\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Users\gouri\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\gouri\AppData\Local\Programs\Python\Python36\lib\site-packages\PyQt5\uic\pyuic.py", line 26, in <module>
    from PyQt5 import QtCore
ImportError: DLL load failed: The specified procedure could not be found.

what do I do now?

Aryan GS
  • 41
  • 3
  • Does this answer your question? [PyQt5 pyuic Import error: DLL load failed](https://stackoverflow.com/questions/47739191/pyqt5-pyuic-import-error-dll-load-failed) – Passerby Nov 22 '21 at 10:59

0 Answers0