kernelci/kcidb

Get an error from kcidb installation

Closed this issue · 2 comments

Hi there,
I get this error while doing this command, pip3 install --user git+https://github.com/kernelci/kcidb.git. Can you help me resolve this issue? Thank you.
installation-error

By modifying psycopg2 to psycopg2-binary line 52 in setup.py, I was able to run pip3 install .

Hi Vo! Thanks a lot for the report! Looks like you're missing some of the build prerequisites, which are unfortunately unavailable as Python packages and cannot be expressed as dependencies in e.g. a setup.py, so you'd need to install them some other way. I'll close this, but please reopen, if you find that this doesn't help. Leave a comment if you still need help after reading the docs I link.