performancecopilot / pcp

Performance Co-Pilot
https://pcp.io
Other
972 stars 236 forks source link

Please provide a Python wheel for PCP on PyPi #2076

Open jelly opened 1 month ago

jelly commented 1 month ago

The current PyPi package is on version 5.0 (versus the current 6.x release) and can't be used by our Cockpit CI as we would have to have a gcc etc. installed to compile the Python PCP bindings.

It would be beneficial for us if the PCP PyPi package provided a compiled wheel if possible.

jelly commented 1 month ago

The comment above is a phising attempt, don't click it.

natoscott commented 1 month ago

@jelly OOC, what is the reason for not using the python3-pcp package?

jelly commented 1 month ago

We do use the python3-pcp package for our integration tests and unit-tests, we also have a tox venv setup for testing older Python's for example 3.6 which is not in our integration tests.

https://github.com/cockpit-project/cockpit/actions/runs/10941046621/job/30374800947?pr=19401