Skip to content

Broken dependencies on setuptools/pycparser #1535

@BapisteB

Description

@BapisteB
  • PYNQ version (e.g. v2.6): 3.1.2
  • Board name (e.g. Pynq-Z2): None
  • Pull request type (bug fix / new feature):
  • Pull request number: None
  • Description:

I tried running a project that depends on pynq on my personal computer. When doing so using uv and pip, multiple dependencies were broken by recent changes. I have NOT tried it on a board but I guess the installation would be the same.

As of setuptools 82.0.0, pkg_resources is removed. It breaks utils.py.

As of pycparser 3.0.0, the dependency on PLY was removed. It breaks pynqmicroblaze/rpc.py.

The solution would either be to lock dependencies to setuptools/pycparser, or make code changes accordingly to releases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions