Description
After following the installation guide, I get to the point where I need to restart the Pi and then run 'sudo systemctl status mariner3d', which shows the status as 'loaded' and 'enabled' but fails to activate with the errors found below in the journalctl:
Reproduction Steps
Steps to reproduce the behavior:
- Install using the guide from the provided documentation (manually or with the helper script)
- run 'sudo systemctl status mariner3d'
- See error
Expected Behavior
The Mariner3D service to start
Screenshots / Logs
Apr 19 21:40:15 elegoo-boron systemd[1]: Started mariner3d.service - mariner3d Printer Controller.
Apr 19 21:40:15 elegoo-boron mariner[1733]: Traceback (most recent call last):
Apr 19 21:40:15 elegoo-boron mariner[1733]: File "/usr/bin/mariner", line 5, in
Apr 19 21:40:15 elegoo-boron mariner[1733]: from mariner.server import main
Apr 19 21:40:15 elegoo-boron mariner[1733]: ModuleNotFoundError: No module named 'mariner'
Apr 19 21:40:16 elegoo-boron systemd[1]: mariner3d.service: Main process exited, code=exited, status=1/FAILURE
Apr 19 21:40:16 elegoo-boron systemd[1]: mariner3d.service: Failed with result 'exit-code'.
Details:
- Mariner 2 Version: 0.5.0-1
- Printer Model: Elegoo Saturn S
- Raspberry Pi Model: RPi 3B v1.2 (I know it doesn't support OTG or USB Gadget Mode. I am just trying to get the webUI up so I can see the features it has. I have a Zero 2 W ordered that will arrive April 21st. If it turns out Mariner just doesn't work on the 3B, I can wait until then.)
Description
After following the installation guide, I get to the point where I need to restart the Pi and then run 'sudo systemctl status mariner3d', which shows the status as 'loaded' and 'enabled' but fails to activate with the errors found below in the journalctl:
Reproduction Steps
Steps to reproduce the behavior:
Expected Behavior
The Mariner3D service to start
Screenshots / Logs
Apr 19 21:40:15 elegoo-boron systemd[1]: Started mariner3d.service - mariner3d Printer Controller.
Apr 19 21:40:15 elegoo-boron mariner[1733]: Traceback (most recent call last):
Apr 19 21:40:15 elegoo-boron mariner[1733]: File "/usr/bin/mariner", line 5, in
Apr 19 21:40:15 elegoo-boron mariner[1733]: from mariner.server import main
Apr 19 21:40:15 elegoo-boron mariner[1733]: ModuleNotFoundError: No module named 'mariner'
Apr 19 21:40:16 elegoo-boron systemd[1]: mariner3d.service: Main process exited, code=exited, status=1/FAILURE
Apr 19 21:40:16 elegoo-boron systemd[1]: mariner3d.service: Failed with result 'exit-code'.
Details: