smart-underworld / seestar_alp

Complete Control and Automation for Seestar S50
Other
60 stars 28 forks source link

Raspberry-Pi - ModuleNotFoundError: No module named 'falcon' #189

Closed davstaylor closed 1 week ago

davstaylor commented 2 weeks ago

Hello,

I have an issue starting the seestar_alp with the following error on Raspberry Pi.

Aug 30 20:03:51 raspberrypi systemd[1]: Started SeeStar ALP communications.
Aug 30 20:03:52 raspberrypi python3[3160]: Traceback (most recent call last):
Aug 30 20:03:52 raspberrypi python3[3160]:   File "/home/pi/seestar_alp/root_app.py", line 4, in <module>
Aug 30 20:03:52 raspberrypi python3[3160]:     import falcon
Aug 30 20:03:52 raspberrypi python3[3160]: ModuleNotFoundError: No module named 'falcon'
Aug 30 20:03:52 raspberrypi systemd[1]: seestar.service: Main process exited, code=exited, status=1/FAILURE
Aug 30 20:03:52 raspberrypi systemd[1]: seestar.service: Failed with result 'exit-code'.
Aug 30 20:03:52 raspberrypi systemd[1]: seestar.service: Scheduled restart job, restart counter is at 5.
Aug 30 20:03:52 raspberrypi systemd[1]: Stopped SeeStar ALP communications.
Aug 30 20:03:52 raspberrypi systemd[1]: seestar.service: Start request repeated too quickly.
Aug 30 20:03:52 raspberrypi systemd[1]: seestar.service: Failed with result 'exit-code'.
Aug 30 20:03:52 raspberrypi systemd[1]: Failed to start SeeStar ALP communications.
smart-underworld commented 2 weeks ago

Did you pull the required libraries from requirements.txt as instructed?

davstaylor commented 2 weeks ago

Did you pull the required libraries from requirements.txt as instructed?

Yes, also update to python 3.12, falcon is installed, I checked but for some reason it doesn't want to import the module.

YungKC commented 2 weeks ago

For the simplest path forward, we created a self-installer for the raspberry pi that should include all that's needed. Have you tried that route? I know of at least 2 developers who use RPi as the controlling CPU.

On Sun, Sep 1, 2024, 3:35 AM davstaylor @.***> wrote:

Did you pull the required libraries from requirements.txt as instructed?

Yes, also update to python 3.12, falcon is installed, I checked but for some reason it doesn't want to import the module.

— Reply to this email directly, view it on GitHub https://github.com/smart-underworld/seestar_alp/issues/189#issuecomment-2323277708, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADWZ5EFUNXIOJ37SXVBTCLZULUWZAVCNFSM6AAAAABNNADGDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGI3TONZQHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

YungKC commented 2 weeks ago

For further assistance, it's best to ask in our discord server.

On Sun, Sep 1, 2024, 9:35 AM Kai Yung @.***> wrote:

For the simplest path forward, we created a self-installer for the raspberry pi that should include all that's needed. Have you tried that route? I know of at least 2 developers who use RPi as the controlling CPU.

On Sun, Sep 1, 2024, 3:35 AM davstaylor @.***> wrote:

Did you pull the required libraries from requirements.txt as instructed?

Yes, also update to python 3.12, falcon is installed, I checked but for some reason it doesn't want to import the module.

— Reply to this email directly, view it on GitHub https://github.com/smart-underworld/seestar_alp/issues/189#issuecomment-2323277708, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADWZ5EFUNXIOJ37SXVBTCLZULUWZAVCNFSM6AAAAABNNADGDOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGI3TONZQHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>