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!
I'm trying (and failing) to install BACNet Scan Tool.
Running
poetry installreturns this:Looks like the repo's a 404. I replaced the reference to
https://github.com/eclipse-volttron/lib-protocol-proxyand at this point I get:Also changing the branch (rev) to "main" in
pyproject.tomlgets me to another error, fixing it brings me to:At this point install succeeds, the server though gets stuck at:
It feels like some modules have been renamed/shuffled around, and I can't quite reconstruct the chain. Any help appreciated!