Skip to content

Dependency Installation Issues Due to setup.py Deprecation #83

@judymin88

Description

@judymin88

Hello!

We’ve been running into issues with installing dependencies in recent environments and noticed that, with the latest pip update, setup.py-based installation commands have been deprecated: https://packaging.python.org/en/latest/discussions/setup-py-deprecated/

Specifically, we’re seeing errors building the Docker image, building agents, and installing packages inside the Volttron Docker images. The builds fail during the setup.py phase for dependencies that still rely on legacy behavior.

I wanted to ask:

  • Has anyone else encountered these dependency installation failures?
  • Are there recommended workarounds to get the current Volttron Docker images building successfully?
  • Will updating the codebase to support pyproject.toml and modern PEP 517/518 build backends be part of the VOLTTRON roadmap?

Thanks in advance!

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