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?