Bug #22549
closedarvados-cluster-activity PyPI package does not exist
Description
The pip install documentation for arv-cluster-activity tells you to run pip install arvados-cluster-activity[prometheus]
, but that package doesn't even exist:
% 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
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.
Updated by Brett Smith about 2 months ago
- Has duplicate Support #22587: arvados-cluster-activity should published to PyPI added
Updated by Peter Amstutz about 2 months ago
- Target version set to Development 2025-02-26
Updated by Peter Amstutz about 2 months ago
It was missing from arvados-dev/jenkins/run_upload_packages.py
Added here:
Had to log in to the jenkins node to (a) make sure arvados-dev was updated and (b) delete the previously-built arvados-user-activity and arvados-cluster-activity packages so that it would detect a change and rebuild re-upload them.
These are now published:
build-publish-packages-python-ruby: #93
console
https://pypi.org/project/arvados-user-activity/3.0.0/
https://pypi.org/project/arvados-cluster-activity/3.0.0/
Clicking through reveals these are missing a description, so that's a to-do, filed #22590