On Saturday, December 3, 2022 at 9:59:27 AM UTC-8 [email protected] wrote: > Hi, I have got the same issueL user.interceptor: empty queue. Probably > cannot install "pip install pypcap". how can I install python pypcap?
We need to know what os and version you are running. On a current Raspi it works.... pi@pi4jr:~/pyenv $ python3 -m venv py_venv pi@pi4jr:~/pyenv $ source ./py_venv/bin/activate (py_venv) pi@pi4jr:~/pyenv $ python3 -m pip install pypcap 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 216 kB/s Installing collected packages: pypcap Successfully installed pypcap-1.3.0 (py_venv) pi@pi4jr:~/pyenv $ pip3 list Package Version ------------- ------- pip 20.3.4 pkg-resources 0.0.0 pypcap 1.3.0 setuptools 44.1.1 -- 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/c5430e07-6b11-4be5-b7f1-2bbc2742cbc5n%40googlegroups.com.
