Skip to content

Broken Poetry Install #5

Description

@gbonfiglio

I'm trying (and failing) to install BACNet Scan Tool.

Running poetry install returns this:

Failed to clone https://github.com/riley206-pnnl/volttron-lib-protocol-proxy.git, check your git configuration and permissions for this repository.

Looks like the repo's a 404. I replaced the reference to https://github.com/eclipse-volttron/lib-protocol-proxy and at this point I get:

Failed to clone https://github.com/eclipse-volttron/lib-protocol-proxy.git at 'bacnet-async-upgrade', verify ref exists on remote.

Also changing the branch (rev) to "main" in pyproject.toml gets me to another error, fixing it brings me to:

protocol-proxy = { git = "https://github.com/eclipse-volttron/lib-protocol-proxy.git", rev = "main" }

At this point install succeeds, the server though gets stuck at:

ModuleNotFoundError: No module named 'protocol_proxy.bacnet_manager'

It feels like some modules have been renamed/shuffled around, and I can't quite reconstruct the chain. Any help appreciated!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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