Open nocnokneo opened 5 months ago
Noting that this affects multiple projects that depend on it, including Pynq, Alveo-PYNQ, and https://pypi.org/project/pynq-compute-labs/.
Adding to workaround above (thanks!), some dependent pip installs (e.g. pynq-alveo-examples) then require --no-build-isolation, since it seems to ignore --no-deps.
Problem occurs back to v0.1.3, v0.1.2 installs ok and satisfies requirements of depending packages, but lacks some important bug fixes.
Pip installation hangs:
Due to something that changed with the download of https://www.xilinx.com/bin/public/openDownload?filename=pynqhelloworld.resizer.pynqz2.hwh
My quick workaround is https://github.com/nocnokneo/PYNQ-Metadata/commit/e8e5466a63d19588ea7441ac8cb3b135305dc15f
Which works:
But two improvements should really be done here:
setup.py
. This is very fragile and a recipe for sudden build failures like this for users of the package