Your log snippet looked like you had a 'lot' of pre-existing cached stuff in your $HOME/.local tree. You might want to at least temporarily rename your $HOME/.local and try it again to start anew and see if that helps. Alternately you can try clearing the pip cache - see https://linuxhint.com/pip-clear-cache/ for a longer description
Worked for me in vanilla RaspiOS, FWIW...I created a new user 'testing' to do an installation for that user only. testing@pi4:~ $ pip3 install pypcap --user Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pypcap Downloading https://www.piwheels.org/simple/pypcap/pypcap-1.3.0-cp39-cp39-linux_armv7l.whl (418 kB) |████████████████████████████████| 418 kB 224 kB/s Installing collected packages: pypcap Successfully installed pypcap-1.3.0 pi@pi4:~ $ uname -a Linux pi4 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux pi@pi4:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" NAME="Raspbian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/333c9827-5db0-4d33-b9fc-a259e48ddd49n%40googlegroups.com.
