Xilinx / Alveo-PYNQ

Introductory examples for using PYNQ with Alveo
Apache License 2.0
47 stars 17 forks source link

Pip install hangs due to broken metadata dependency #32

Open mdarnold1 opened 4 weeks ago

mdarnold1 commented 4 weeks ago

Install fails due to https://github.com/Xilinx/PYNQ-Metadata/issues/20 (versions >0.1.2) Temporary workaround is to follow https://github.com/Xilinx/PYNQ-Metadata/issues/20#issue-2328202954 and then install with --no-build-isolation.

Also affects https://pypi.org/project/pynq-compute-labs/ - reporting here because I can't find a git for that and I assume the projects are linked.

mdarnold1 commented 4 weeks ago

Installer gets stuck with "Installing build dependencies ... -" Then with -v hangs here: Collecting pynqmetadata>=0.0.1 (from pynq>=3.0.1) Using cached pynqmetadata-0.1.5.tar.gz (237 kB) Preparing metadata (setup.py): started

(Using recommended conda from https://pypi.org/project/pynq-compute-labs/, 0.1.5 is the latest that will install due to Python 3.9, but 0.1.7 installs ok from https://github.com/nocnokneo/PYNQ-Metadata)