You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo python3 seeker/seeker.py -h
Traceback (most recent call last):
File "/home/user/seeker/seeker.py", line 20, in <module>
from packaging import version
ModuleNotFoundError: No module named 'packaging'
OS: Debian GNU/Linux 12 (bookworm) aarch64
Browser: Firefox
Full Browser Version: Mozilla Firefox 118.0.2
The text was updated successfully, but these errors were encountered:
The mistake is on my side. I apologize. This is a fresh install of Debian bookworm and I just had to sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED and now it works. Thank you.
I am able to install Python3, pip, and php, but fails on requests, packaging, and psutil
Using Raspberry Pi 4 Model B to install seeker on Debian 12 Bookworm (Raspbian). Followed all readme steps.
I tried running it and it also gives me an error (seen below).
Installing:
Running:
The text was updated successfully, but these errors were encountered: