krkn-chaos / krkn

Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VMware python package not cleanly installable

paigerube14 opened this issue · comments

The vmware python package is not cleanly installing and causing actions to fail

https://github.com/redhat-chaos/krkn/actions/runs/3198517493/jobs/5223134543

commented

How did this pass before?

@janosdebugs I'm not sure, maybe something changed on their side. I see a lot of "fixes" using --user on the pip install line. Not sure if that's really a viable solution. Any thoughts?

commented

Technically, we would need to install OS packages that bring those header files in, but this also should be documented. :(

Going to change the requirement to take latest tagged version rather then main branch head.