‘pyuic5’ is not recognized as an internal or external command

for any one has this problem: the key is that in anaconda3 pyuic5.bat is in:

Anaconda3\Library\bin

also the Designer is here.

so in cmd you must first cd to:

Anaconda\Library\bin\

then:

pyuic5.bat -x filename.ui -o filename.py

Leave a Comment