I haven't built Phoenix on Windows for years... trying to do that now I get this:
Finished command: etg (6m13.22s)
Running command: sip
sip-build --no-compile
‘sip-build’ is not recognized as an internal or external command,
operable program or batch file.
Command ‘sip-build --no-compile’ failed with exit code 1.
Finished command: sip (0.56s)
What am I missing? I have downloaded all the dependencies needed (sip, doxygen, waf, …).
Thank you - that did it up to the never ending “attrdict” stuff. I’m unclear exactly what limitations the “build.py” script is suffering from that it won’t figure out that “attrdict” or “attrdict3” or “attrdict725_beta4” is needed, given the number of people who reported this already.
No complains here though, sooner or later I’ll be able to build Phoenix like I used to do in the good old days.
Yes, it’s unfortunate that Robin started using attrdict3 as part of the build process. It seems that pip won’t install packages that are needed for the build process, only for installation. So, unfortunately, you need to manually install it first.