lordmauve / chopsticks

Chopsticks is an orchestration library: it lets you execute Python code on remote hosts over SSH.
https://chopsticks.readthedocs.io/
Apache License 2.0
158 stars 16 forks source link

Error importing packages that use pbr #34

Open lordmauve opened 7 years ago

lordmauve commented 7 years ago

When importing a package on the remote side that uses pbr, this error is raised:

Exception: Versioning for this project requires either an sdist tarball, or access to an upstream
git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name mock was given, but was not able to be found.
lordmauve commented 7 years ago

Tagging as a bug, but this is really just pbr being too clever for its own good.