Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to install seeker on a Raspi 4 Model B #481

Closed
enricozz opened this issue Oct 28, 2023 · 2 comments
Closed

Trying to install seeker on a Raspi 4 Model B #481

enricozz opened this issue Oct 28, 2023 · 2 comments

Comments

@enricozz
Copy link

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:

sudo ./install.sh
[!] Installing Dependencies...

Python3 - Installed
Pip - Installed
PHP - Installed
Requests - Failed!
Packaging - Failed!
Psutil - Failed!

[+] Log Saved : /home/user/seeker/logs/install.log

Running:

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
@thewhiteh4t
Copy link
Owner

@enricozz read install.log and look for any errors

@enricozz
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants