Skip to content

Installation hangs due to broken resizer download #20

Description

@nocnokneo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions