| Summary: | dev-python/setuptools-44.0.0 should depend on dev-python/pbr - src_install(): ImportError: No module named pbr.pbr_json | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | yed podtrzitko <yedpodtrzitko> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | mgorny |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
|
Description
yed podtrzitko
2020-01-15 06:56:58 UTC
Nope, that's not setuptools. You probably have something installed that injects some magic (plugin?) that makes it try to use pbr for something. I'm afraid I can't help you much -- try grepping site-packages for pbr_json to locate the culprit. Right. So I grepped `site-packages`, and there was leftover `pbr-1.8.1.dist-info/` directory even though `pbr` was not installed. So removing this directory fixed the issue (for whatever reason). As such, this can be closed. Thanks for help. |