'getting Fatal error in launcher: Unable to create process using '"c:\python37\python.exe" "C:\Python37\Scripts\pyrcc5.exe"

So i'm a beginner at machine learning and i want to try out this project i found it youtube (link here) but the problem is when i get onto the step where i do pyrcc5 -o resources.py resources.qrc in the command prompt it gives the error:

Fatal error in launcher:
Unable to create process using '"c:\python37\python.exe" "C:\Python37\Scripts\pyrcc5.exe" -o resources.py resources.qrc'

which i don't understand why because i did everything the guy did in the video



Solution 1:[1]

Check your "System Environment Variables". There, check out Python & Python scripts path. Make sure those match your Python's path (that you are now in).

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 richardec