Bug #22549
Updated by Brett Smith 2 months ago
The "pip install documentation for arv-cluster-activity":https://doc.arvados.org/user/cwl/costanalyzer.html tells you to run @pip install arvados-cluster-activity[prometheus]@, but that package doesn't even exist:
<pre>% py -m venv arv-cluster
% arv-cluster/bin/pip install 'arvados-cluster-activity[prometheus]'
ERROR: Could not find a version that satisfies the requirement arvados-cluster-activity[prometheus] (from versions: none)
ERROR: No matching distribution found for arvados-cluster-activity[prometheus]
% arv-cluster/bin/pip install 'arvados-cluster-activity'
ERROR: Could not find a version that satisfies the requirement arvados-cluster-activity (from versions: none)
ERROR: No matching distribution found for arvados-cluster-activity
</pre>
As best I can tell from searching PyPI, this isn't just a typo, we just have not uploaded this package to PyPI at all.