Pip installation hangs:
python3 -m pip install pynqmetadata
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 nocnokneo@e8e5466
Which works:
python3 -m pip install git+https://github.com/nocnokneo/PYNQ-Metadata.git
But two improvements should really be done here:
- Don't download packages as part of
setup.py. This is very fragile and a recipe for sudden build failures like this for users of the package
- Consider making all these test-only files part of a dev-only dependency
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 nocnokneo@e8e5466
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