Closed c64skin closed 3 years ago
py-adblock produces wheel for each compatible python>3.6 version available on the system. The failure is probably because there is no pip3.7 for installing the given python3.7 wheel. So remove python3.7 before the next build.
This will also lead issues for systems with both 3.8 and 3.9, thanks for reporting this.
ok, i solved it manually:
cd /usr/obj/ports/py-adblock-0.4.3.20200321-python3/python-adblock-ccb00e70cd098d6500f422702a8a2e96a233f835/target/wheels
pip3 install ./adblock-0.4.3-cp38-cp38-openbsd_6_8_amd64.whl --user
qutebrowser picked it up so it's looking good, many thanks for your work.
hey @dkarama , i appear to have a slight issue when installing, got any advice?